]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: physmap_of_gemini: Fix disabled pinctrl state check
authorChen Ni <nichen@iscas.ac.cn>
Fri, 27 Feb 2026 01:43:36 +0000 (09:43 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 11 Mar 2026 15:19:50 +0000 (16:19 +0100)
commitb7c0982184b0661f5b1b805f3a56f1bd3757b63e
treeaf29e69e4ad36b900d9ebf162d712c44d9f3f7ff
parent16d68d10f5b934db7ee02a1e28cbc539905c64b8
mtd: physmap_of_gemini: Fix disabled pinctrl state check

The condition for checking the disabled pinctrl state incorrectly checks
gf->enabled_state instead of gf->disabled_state. This causes misleading
error messages and could lead to incorrect behavior when only one of the
pinctrl states is defined.

Fix the condition to properly check gf->disabled_state.

Fixes: 9d3b5086f6d4 ("mtd: physmap_of_gemini: Handle pin control")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/maps/physmap-gemini.c