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:
Edward Tomasz Napierala 2009-01-14 21:31:22 +00:00
parent 22fccf5ce9
commit 4fee613e42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187247

View File

@ -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;