aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorWei Yongjun <[email protected]>2013-10-25 17:07:18 +0800
committerGreg Kroah-Hartman <[email protected]>2013-10-29 09:05:21 -0700
commit2eaaccdeabf34ad70ecb7eb9c4aafa08b13a0e66 (patch)
tree40ca79a9de0113add562e5e66743d605011286a3 /net/lapb/lapb_iface.c
parent95fd62a1174306d53f529e73a9713764072cc511 (diff)
staging: drm/imx: fix return value check in imx_drm_init()
In case of error, the function platform_device_register_simple() 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: Sascha Hauer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions