diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/constants.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c index 63abb06c4edb..9129bcf117cf 100644 --- a/drivers/scsi/constants.c +++ b/drivers/scsi/constants.c | |||
@@ -141,6 +141,7 @@ static const struct value_name_pair serv_out12_arr[] = { | |||
141 | static const struct value_name_pair serv_in16_arr[] = { | 141 | static const struct value_name_pair serv_in16_arr[] = { |
142 | {0x10, "Read capacity(16)"}, | 142 | {0x10, "Read capacity(16)"}, |
143 | {0x11, "Read long(16)"}, | 143 | {0x11, "Read long(16)"}, |
144 | {0x12, "Get LBA status"}, | ||
144 | }; | 145 | }; |
145 | #define SERV_IN16_SZ ARRAY_SIZE(serv_in16_arr) | 146 | #define SERV_IN16_SZ ARRAY_SIZE(serv_in16_arr) |
146 | 147 | ||