Wei Yongjun 5e1109adde pinctrl: imx1: fix return value check in imx1_pinctrl_core_probe()
In case of error, the function devm_ioremap_nocache() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-11-04 12:49:56 +01:00
..
2013-09-23 10:47:14 +02:00
2013-10-29 06:54:37 -07:00
2012-05-02 01:18:27 +02:00
2013-08-29 09:46:30 +02:00
2013-08-07 21:57:17 +02:00
2013-08-14 22:49:14 +02:00