mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
mtd: spi-nor: debugfs: Fix the flags list
As mentioned above the spi_nor_option_flags enumeration in core.h, this
list should be kept in sync with the one in the core.
Add the missing flag.
Fixes: 6a42bc97cc ("mtd: spi-nor: core: Allow specifying the byte order in Octal DTR mode")
Reviewed-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Pratyush Yadav <pratyush@kernel.org>
This commit is contained in:
parent
254f49634e
commit
829dff8359
|
|
@ -28,6 +28,7 @@ static const char *const snor_f_names[] = {
|
|||
SNOR_F_NAME(RWW),
|
||||
SNOR_F_NAME(ECC),
|
||||
SNOR_F_NAME(NO_WP),
|
||||
SNOR_F_NAME(SWAP16),
|
||||
};
|
||||
#undef SNOR_F_NAME
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user