projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4b46c
)
block: sed-opal: fix sparse warning: obsolete array init.
author
Randy Dunlap
<rdunlap@infradead.org>
Thu, 3 Oct 2019 02:23:05 +0000
(19:23 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 3 Oct 2019 20:21:30 +0000
(14:21 -0600)
Fix sparse warning: (missing '=')
../block/sed-opal.c:133:17: warning: obsolete array initializer, use C99 syntax
Fixes: ff91064ea37c ("block: sed-opal: check size of shadow mbr")
Cc: linux-block@vger.kernel.org
Cc: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Cc: David Kozub <zub@linux.fjfi.cvut.cz>
Reviewed-by: Scott Bauer <sbauer@plzdonthack.me>
Reviewed-by: Revanth Rajashekar <revanth.rajashekar@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/sed-opal.c
patch
|
blob
|
history
diff --git
a/block/sed-opal.c
b/block/sed-opal.c
index 4e95a9792162582d5a4c7bd4fc48f95a5135fcec..59a6ba2131d5ab396101955ac179ef21dd34aa62 100644
(file)
--- a/
block/sed-opal.c
+++ b/
block/sed-opal.c
@@
-129,7
+129,7
@@
static const u8 opaluid[][OPAL_UID_LENGTH] = {
{ 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x84, 0x01 },
/* tables */
- [OPAL_TABLE_TABLE]
+ [OPAL_TABLE_TABLE]
=
{ 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01 },
[OPAL_LOCKINGRANGE_GLOBAL] =
{ 0x00, 0x00, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01 },