1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove compile warning not seen when compiling with target mode enabled.

This commit is contained in:
Matt Jacob 2000-01-15 07:06:44 +00:00
parent 25b734e7ee
commit 003a310f5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56026
2 changed files with 4 additions and 0 deletions

View File

@ -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) {

View File

@ -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) {