commit | 30e3488cbfe6e8af0832be715081c49b08299b73 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Oct 25 17:31:51 2013 +0800 |
committer | Tony Lindgren <tony@atomide.com> | Thu Nov 14 10:40:36 2013 -0800 |
tree | f0c50de41c928d842b11290edb6b1bc63dc4643a | |
parent | b357787e74e6dcd82f5a4ac27d920f6425513a23 [diff] |
ARM: OMAP2+: smsc911x: fix return value check in gpmc_smsc911x_init() In case of error, the function platform_device_register_resndata() 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: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>