Add missing 'break' statement.
Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation Found with: Coverity Prevent(tm) CID: 3927
This commit is contained in:
parent
40905b6e22
commit
1cec6ef6a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187243
@ -3432,6 +3432,7 @@ scsi_print_inquiry(struct scsi_inquiry_data *inq_data)
|
||||
break;
|
||||
case T_NODEVICE:
|
||||
dtype = "Uninstalled";
|
||||
break;
|
||||
default:
|
||||
dtype = "unknown";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user