mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
remove kdb_backtrace() call
This commit is contained in:
parent
73a0d5896e
commit
6d294e500e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178304
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user