]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: spi-nor: debugfs: Fix the flags list
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 26 May 2026 14:56:25 +0000 (16:56 +0200)
committerPratyush Yadav <pratyush@kernel.org>
Tue, 26 May 2026 15:21:03 +0000 (17:21 +0200)
commit829dff83597615208aedf0f5abb3878b47f2314d
treebab39b4dccbe97738b46470e7a47a3aed19a6d2e
parent254f49634ee16a731174d2ae34bc50bd5f45e731
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: 6a42bc97ccda ("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>
drivers/mtd/spi-nor/debugfs.c