diff options
author | Wei Yongjun <[email protected]> | 2013-10-25 17:31:51 +0800 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2013-11-14 10:40:36 -0800 |
commit | 30e3488cbfe6e8af0832be715081c49b08299b73 (patch) | |
tree | f0c50de41c928d842b11290edb6b1bc63dc4643a /net/lapb/lapb_out.c | |
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 <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions