pinctrl: imx: fix using pin->input_val wrongly
authorPeter Chen <peter.chen@freescale.com>
Mon, 28 Oct 2013 06:01:16 +0000 (14:01 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 4 Nov 2013 12:04:26 +0000 (13:04 +0100)
commita3183c60e3e9be7abd830ebed904491625e07d2e
treec239ffbf13c997952bd86f08bbc788324be2e5bc
parentde91a3789d8ea2ba7a677c6355b703ded59751ad
pinctrl: imx: fix using pin->input_val wrongly

The commit: "pinctrl: imx: Use struct type for pins" relaced
pin->input_reg by pin->input_val wrongly, fix it at this commit.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-imx.c