In the SCSI_NO_SENSE_STRINGS case, properly fill the table with the
asc and ascq pair rather than asc, asc. PR: 25291 Submitted by: Stephen Ferrari <sferrari@yahoo.com>
This commit is contained in:
parent
505b544d52
commit
ce81b0893e
@ -707,7 +707,7 @@ scsi_op_desc(u_int16_t opcode, struct scsi_inquiry_data *inq_data)
|
||||
asc, ascq, action, desc
|
||||
#else
|
||||
#define SST(asc, ascq, action, desc) \
|
||||
asc, asc, action
|
||||
asc, ascq, action
|
||||
#endif
|
||||
|
||||
static const char quantum[] = "QUANTUM";
|
||||
|
Loading…
Reference in New Issue
Block a user