summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-02-22 06:43:42 +0000
committermjacob <mjacob@FreeBSD.org>2001-02-22 06:43:42 +0000
commitefd79cf1237a514cb3ae77166135a90cdbb25c1f (patch)
tree26ce1d260304595ad820504831d6073b395c8b6b /sys/cam/scsi/scsi_all.c
parentb761bfde3b6b943328abc400185f5bf391cc5f08 (diff)
downloadFreeBSD-src-efd79cf1237a514cb3ae77166135a90cdbb25c1f.zip
FreeBSD-src-efd79cf1237a514cb3ae77166135a90cdbb25c1f.tar.gz
Restore a print_sense=FALSE that got nuked by accident in last delta.
Noticed by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'sys/cam/scsi/scsi_all.c')
-rw-r--r--sys/cam/scsi/scsi_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index afdd642..a80c058 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -2175,6 +2175,7 @@ scsi_interpret_sense(struct cam_device *device, union ccb *ccb,
/* FALLTHROUGH */
case SSD_KEY_EQUAL:
/* These should be filtered by the peripheral drivers */
+ print_sense = FALSE;
/* FALLTHROUGH */
case SSD_KEY_MISCOMPARE:
/* decrement the number of retries */
OpenPOWER on IntegriCloud