mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
unused variable removal (pointed out by bde)
This commit is contained in:
parent
173ff9844f
commit
fecafa5c9f
1 changed files with 0 additions and 1 deletions
|
|
@ -1352,7 +1352,6 @@ isp_target_putback_atio(union ccb *ccb)
|
|||
static void
|
||||
isp_complete_ctio(union ccb *ccb)
|
||||
{
|
||||
struct ispsoftc *isp = XS_ISP(ccb);
|
||||
if ((ccb->ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_INPROG) {
|
||||
ccb->ccb_h.status |= CAM_REQ_CMP;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue