remove call to kdb_backtrace()

This commit is contained in:
kmacy 2008-02-23 21:18:13 +00:00
parent bd2235c442
commit b1eb788c2b

View File

@ -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);
}