pinctrl: simplify the re-enable old state code in pinctrl_select_state
authorRichard Genoud <richard.genoud@gmail.com>
Fri, 29 Mar 2013 09:03:27 +0000 (10:03 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 3 Apr 2013 12:38:27 +0000 (14:38 +0200)
commit385d94246b05f7c06d7ecb5215087e5ebddbf1e6
tree955f0a8ea94bba509781448392fd85f1f085157e
parentaf6061777131639d7d2687ce542b6052a6510c25
pinctrl: simplify the re-enable old state code in pinctrl_select_state

Instead of just enabling the settings that were disabled in the 1st
loop, it's simpler to recall pinctrl_select_state with the old state.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c