summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-01-14 21:25:17 +0000
committertrasz <trasz@FreeBSD.org>2009-01-14 21:25:17 +0000
commit301b058b920935cb678283afad49031e48f0b339 (patch)
tree5a5f125d7fa048d7a6272534099255c53646763b /sys/cam/scsi/scsi_all.c
parentecf6d10e653a9a64cad4bd2029b6d2f561bcc153 (diff)
downloadFreeBSD-src-301b058b920935cb678283afad49031e48f0b339.zip
FreeBSD-src-301b058b920935cb678283afad49031e48f0b339.tar.gz
Add missing 'break' statement.
Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation Found with: Coverity Prevent(tm) CID: 3927
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 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