diff options
-rw-r--r-- | block/sed-opal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/sed-opal.c b/block/sed-opal.c index 4e95a9792162..59a6ba2131d5 100644 --- a/block/sed-opal.c +++ b/block/sed-opal.c | |||
@@ -129,7 +129,7 @@ static const u8 opaluid[][OPAL_UID_LENGTH] = { | |||
129 | { 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x84, 0x01 }, | 129 | { 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x84, 0x01 }, |
130 | 130 | ||
131 | /* tables */ | 131 | /* tables */ |
132 | [OPAL_TABLE_TABLE] | 132 | [OPAL_TABLE_TABLE] = |
133 | { 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 }, | 133 | { 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 }, |
134 | [OPAL_LOCKINGRANGE_GLOBAL] = | 134 | [OPAL_LOCKINGRANGE_GLOBAL] = |
135 | { 0x00, 0x00, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01 }, | 135 | { 0x00, 0x00, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01 }, |