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:
parent
25b734e7ee
commit
003a310f5f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56026
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user