From: Wei Yongjun Date: Fri, 23 Aug 2013 02:21:21 +0000 (+0800) Subject: drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources() X-Git-Tag: v3.14-rc1~47^2~46^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ca9d6aa676b7a26ae9dce6e50222519380e483;p=pandora-kernel.git drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources() In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Also remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun Signed-off-by: Laurent Pinchart --- Reading git-diff-tree failed