From: Wei Yongjun Date: Tue, 26 Aug 2014 10:23:07 +0000 (+0200) Subject: drm: sti: hdmi: fix return value check in sti_hdmi_probe() X-Git-Tag: omap-fixes-against-v3.17-rc3~38^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88cfc3fb77d2a280f935dc482bdd781b96ff5570;p=pandora-kernel.git drm: sti: hdmi: fix return value check in sti_hdmi_probe() In case of error, the function devm_ioremap_nocache() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun --- Reading git-diff-tree failed