remove kdb_backtrace() call

This commit is contained in:
Kip Macy 2008-04-19 03:43:06 +00:00
parent 73a0d5896e
commit 6d294e500e

View File

@ -315,7 +315,6 @@ do_bad_cpl(struct t3cdev *dev, struct mbuf *m)
{
log(LOG_ERR, "%s: received bad CPL command 0x%x\n", dev->name,
0xFF & *mtod(m, uint32_t *));
kdb_backtrace();
return (CPL_RET_BUF_DONE | CPL_RET_BAD_MSG);
}