pinctrl: imx: Do not treat a PIN without MUX register as an error
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 1 Jun 2016 19:21:53 +0000 (22:21 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Jun 2016 15:58:06 +0000 (17:58 +0200)
commitba562d5e54fd3136bfea0457add3675850247774
tree1d5f209e9aaf53e1bc738cd4b10d4377b422fed1
parent33688abb2802ff3a230bd2441f765477b94cc89e
pinctrl: imx: Do not treat a PIN without MUX register as an error

Some PINs do not have a MUX register, it is not an error.
It is necessary to allow the continuation of the PINs configuration,
otherwise the whole PIN-group will be configured incorrectly.

Cc: stable@vger.kernel.org
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/pinctrl-imx.c