mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Grr.!$()!$$ I missed checking this in even though I *did* run
a tinderbox myself and caught the error. Change to isp_send_cmd needs a final ecmd argument. Sponsored by: Spectralogic MFC after: 1 month X-MFC: 238869
This commit is contained in:
parent
3631c6382f
commit
767a02fb40
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ dma2(void *arg, bus_dma_segment_t *dm_segs, int nseg, int error)
|
|||
ddir = ISP_NOXFR;
|
||||
}
|
||||
|
||||
if (isp_send_cmd(isp, rq, dm_segs, nseg, XS_XFRLEN(csio), ddir) != CMD_QUEUED) {
|
||||
if (isp_send_cmd(isp, rq, dm_segs, nseg, XS_XFRLEN(csio), ddir, NULL) != CMD_QUEUED) {
|
||||
mp->error = MUSHERR_NOQENTRIES;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue