commit | 8009d5ff00df6ad595f2d389f2e32bd4b97aebf5 | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@gmail.com> | Thu Mar 28 12:55:47 2013 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Apr 03 14:22:39 2013 +0200 |
tree | 57f7f3e21441f5865cda5700a519c3c8beda111e | |
parent | da58751ca2490d5de3a0f7753fd7078c4285c2bc [diff] |
pinctrl: remove superfluous optimization in pinctrl_select_state_locked As Stephen Warren suggested, checking first if the setting->node entry is the first in the list or not is superfluous, as it is checked again in the list_for_each_entry bellow. So, remove it, the code will be simpler and lighter ! 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>