Author: trasz
Date: Sat Feb 28 10:50:59 2009
New Revision: 189156
URL: http://svn.freebsd.org/changeset/base/189156

Log:
  MFC r187247.
  
  Add missing 'break' statement.
  
  Reviewed by:  scottl
  Approved by:  rwatson (mentor)
  Sponsored by: FreeBSD Foundation
  Found with:   Coverity Prevent(tm)
  CID:          3667

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/cam/scsi/scsi_sg.c
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/cam/scsi/scsi_sg.c
==============================================================================
--- stable/7/sys/cam/scsi/scsi_sg.c     Sat Feb 28 10:48:11 2009        
(r189155)
+++ stable/7/sys/cam/scsi/scsi_sg.c     Sat Feb 28 10:50:59 2009        
(r189156)
@@ -941,6 +941,7 @@ sg_scsiio_status(struct ccb_scsiio *csio
        case CAM_DEV_NOT_THERE:
                *hoststat = DID_BAD_TARGET;
                *drvstat = 0;
+               break;
        case CAM_SEL_TIMEOUT:
                *hoststat = DID_NO_CONNECT;
                *drvstat = 0;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to