diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-08-22 16:13:31 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-08-22 16:13:31 +0000 |
| commit | fecafa5c9f89df3733e4f15c3444a31cdc8574ba (patch) | |
| tree | 5738a743e6fdf01a903fcd2ae866548a06381735 /sys/dev/isp/isp_freebsd.c | |
| parent | 173ff9844f63d7a3d7a8cd4e1aea7f2347700168 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_freebsd.c')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index b6580dce4f6e..b7069d925814 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -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; } |
