]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: spi-nor: debugfs: Align variable access with the rest of the file
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 26 May 2026 14:56:30 +0000 (16:56 +0200)
committerPratyush Yadav <pratyush@kernel.org>
Tue, 26 May 2026 15:21:04 +0000 (17:21 +0200)
commit154f375f7d31f2f57b4d312ac22562d64a7bb64f
tree58824721287f006957f49c8fd94c6d3991e22026
parent7c4e909b176f661e834853fa726a6e58acab00e1
mtd: spi-nor: debugfs: Align variable access with the rest of the file

The "params" variable is used everywhere else, align this particular
line of the file to use "params" directly rather than the "nor" pointer.

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