diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-12-11 03:53:05 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-12-11 03:53:05 +0000 |
| commit | a0f37f55eea12987e91a278c3a15bb6bb484463d (patch) | |
| tree | cebc3e9dce427c5bd58edd0143d33bd1e8e75ea3 /sys/cam | |
| parent | 4c196f451ca07f07ecfa3e18d5c64c451af40def (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_all.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 9a7ae4e64101..1203699e78d5 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_all.c,v 1.7 1998/12/04 22:54:43 archie Exp $ + * $Id: scsi_all.c,v 1.8 1998/12/06 00:05:47 mjacob Exp $ */ #include <sys/param.h> @@ -2201,8 +2201,8 @@ scsi_interpret_sense(struct cam_device *device, union ccb *ccb, if (((sense_flags & SF_QUIET_IR) != 0) && ((sense_flags & SF_PRINT_ALWAYS) == 0)) print_sense = FALSE; - - /* FALLTHROUGH */ + error = EINVAL; + break; case SSD_KEY_NOT_READY: case SSD_KEY_DATA_PROTECT: case SSD_KEY_VOLUME_OVERFLOW: |
