aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/isp_pci.c
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-01-15 07:06:44 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-01-15 07:06:44 +0000
commit003a310f5fc7d7da6e49993c4cca3fcc26db79f6 (patch)
treeb3c4aae3eae1c1db74e557f39f9364d2b11f333f /sys/pci/isp_pci.c
parent25b734e7ee72d78fadce97befe95b40235c74ebe (diff)
Remove compile warning not seen when compiling with target mode enabled.
Notes
Notes: svn path=/head/; revision=56026
Diffstat (limited to 'sys/pci/isp_pci.c')
-rw-r--r--sys/pci/isp_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index d2d1aad4841a..bd8fc095bda3 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1648,7 +1648,9 @@ isp_pci_dmasetup(struct ispsoftc *isp, struct ccb_scsiio *csio, ispreq_t *rq,
(*eptr)(mp, segs, csio->sglist_cnt, 0);
}
}
+#ifdef ISP_TARGET_MODE
exit:
+#endif
if (mp->error) {
int retval = CMD_COMPLETE;
if (mp->error == MUSHERR_NOQENTRIES) {