OSDN Git Service

pinctrl: mcp23s08: fix probing of mcp23s18
authorPhil Reid <preid@electromag.com.au>
Mon, 19 Feb 2018 09:25:18 +0000 (17:25 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Feb 2018 15:04:26 +0000 (16:04 +0100)
commitd9f50048dc8004091a022e93312846175a5ffe7f
treeddc3a1dd7aaf70f099bc47e8acf52c7f9840b54e
parent12b10f47e56ac94afa4d7ec5a22f67ccdfe2b90e
pinctrl: mcp23s08: fix probing of mcp23s18

one_regmap_config is always null if mcp type is MCP_TYPE_S18.
Remove the null check so that the mcp23s18 will probe.

Fixes: 1781af563aef66c2eb7cda ("pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entries")
Signed-off-by: Phil Reid <preid@electromag.com.au>
Reviewed-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-mcp23s08.c