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:
Justin T. Gibbs 2001-02-24 19:24:36 +00:00
parent 505b544d52
commit ce81b0893e
1 changed files with 1 additions and 1 deletions

View File

@ -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";