mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +00:00
pinctrl: imx: Fix pin name in debug message.
The wrong index counter was being used, causing the debug message to show an incorrect pin name. Signed-off-by: Martin Fuzzey <mfuzzey@parkeon.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
885d662618
commit
7c001e556e
@ -491,7 +491,7 @@ static int imx_pinctrl_parse_groups(struct device_node *np,
|
||||
pin->mux_mode |= IOMUXC_CONFIG_SION;
|
||||
pin->config = config & ~IMX_PAD_SION;
|
||||
|
||||
dev_dbg(info->dev, "%s: %d 0x%08lx", info->pins[i].name,
|
||||
dev_dbg(info->dev, "%s: %d 0x%08lx", info->pins[pin_id].name,
|
||||
pin->mux_mode, pin->config);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user