summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f36e98b..b0c487d 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -3432,6 +3432,7 @@ scsi_print_inquiry(struct scsi_inquiry_data *inq_data)
break;
case T_NODEVICE:
dtype = "Uninstalled";
+ break;
default:
dtype = "unknown";
break;
OpenPOWER on IntegriCloud