mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove commented out qualifier to dumping a message.
This commit is contained in:
parent
c153cdd1b8
commit
696e0ce44d
1 changed files with 2 additions and 2 deletions
|
|
@ -375,8 +375,8 @@ mpt_execute_req(void *arg, bus_dma_segment_t *dm_segs, int nseg, int error)
|
|||
|
||||
bad:
|
||||
if (error != 0) {
|
||||
/* if (error != EFBIG) */
|
||||
mpt_prt(mpt, "bus_dmamap_load returned %d\n", error);
|
||||
if (error != EFBIG && error != ENOMEM)
|
||||
mpt_prt(mpt, "mpt_execute_req: err %d\n", error);
|
||||
if (ccb->ccb_h.status == CAM_REQ_INPROG) {
|
||||
xpt_freeze_devq(ccb->ccb_h.path, 1);
|
||||
ccb->ccb_h.status = CAM_DEV_QFRZN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue