diff options
-rw-r--r-- | sys/cam/scsi/scsi_all.c | 1 |
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 */ |