summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-02-23 21:18:13 +0000
committerkmacy <kmacy@FreeBSD.org>2008-02-23 21:18:13 +0000
commitb1eb788c2b396f2ec70d1cfc00bfd0e7e0d10bbc (patch)
tree7e4501cbb6dd184db1ccf07492649f7ec5b8e5e1 /sys/dev/cxgb
parentbd2235c44206a182be7b0de2686b21f73a95f06b (diff)
downloadFreeBSD-src-b1eb788c2b396f2ec70d1cfc00bfd0e7e0d10bbc.zip
FreeBSD-src-b1eb788c2b396f2ec70d1cfc00bfd0e7e0d10bbc.tar.gz
remove call to kdb_backtrace()
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_tom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_tom.c b/sys/dev/cxgb/ulp/tom/cxgb_tom.c
index 4015cd3..4f80fef 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);
}
OpenPOWER on IntegriCloud