From 7c84f7907063a2df020562e2c5dfde7204e5b49b Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Sat, 23 Feb 2008 21:18:13 +0000 Subject: [PATCH] remove call to kdb_backtrace() --- sys/dev/cxgb/ulp/tom/cxgb_tom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/cxgb/ulp/tom/cxgb_tom.c b/sys/dev/cxgb/ulp/tom/cxgb_tom.c index 4015cd35ade0..4f80fefb82b8 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_tom.c +++ b/sys/dev/cxgb/ulp/tom/cxgb_tom.c @@ -284,7 +284,6 @@ do_bad_cpl(struct t3cdev *cdev, struct mbuf *m, void *ctx) { log(LOG_ERR, "%s: received bad CPL command %u\n", cdev->name, 0xFF & *mtod(m, unsigned int *)); - kdb_backtrace(); return (CPL_RET_BUF_DONE | CPL_RET_BAD_MSG); }