commit | 8d1c6ef67a4530ee5dbd5038d2959a54593013b1 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Nov 13 09:00:07 2012 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Nov 15 12:03:07 2012 +0100 |
tree | 1a88a7c3a4f82e984e5235af1ac09796130b343f | |
parent | 102caad905d919cc981f8ce799e5a63b6889b979 [diff] |
pinctrl: imx: Fix the logic checking if not able to find pin reg map Current code sets "pin_reg = &info->pin_regs[i];" in each loop iteration, so in the case of no-match, pin_reg is not NULL. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>