From: Wei Yongjun Date: Fri, 25 Oct 2013 09:07:18 +0000 (+0800) Subject: staging: drm/imx: fix return value check in imx_drm_init() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eaaccdeabf34ad70ecb7eb9c4aafa08b13a0e66;p=pandora-kernel.git 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 Acked-by: Sascha Hauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed