mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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
22fccf5ce9
commit
4fee613e42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187247
@ -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