diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-28 15:30:40 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-28 18:01:49 +0400 |
commit | 5c75acdcae1be608b27414334d7e1febef7dbd99 (patch) | |
tree | 60cf056fd19728fccfe467710d8f42e0c9a9e396 /drivers/pinctrl/pinmux.h | |
parent | 701016c0cba594d5dbd26652ed1e52b0fe2926fd (diff) | |
download | linux-5c75acdcae1be608b27414334d7e1febef7dbd99.tar.xz |
pinctrl: st: fix return value check
In case of error, the function pinctrl_register() returns
NULL not ERR_PTR(). The IS_ERR() test in the return value
check should be replaced with NULL test.
The function syscon_regmap_lookup_by_phandle() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinmux.h')
0 files changed, 0 insertions, 0 deletions