Add missing 'break' statement.
Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation Found with: Coverity Prevent(tm) CID: 3667
This commit is contained in:
parent
f901337fc8
commit
b036768f87
@ -941,6 +941,7 @@ sg_scsiio_status(struct ccb_scsiio *csio, u_short *hoststat, u_short *drvstat)
|
||||
case CAM_DEV_NOT_THERE:
|
||||
*hoststat = DID_BAD_TARGET;
|
||||
*drvstat = 0;
|
||||
break;
|
||||
case CAM_SEL_TIMEOUT:
|
||||
*hoststat = DID_NO_CONNECT;
|
||||
*drvstat = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user