From: Wei Yongjun Date: Thu, 27 Sep 2012 05:54:01 +0000 (+0800) Subject: ARM: imx: fix return value check in imx3_init_l2x0() X-Git-Tag: fixes-for-3.7~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d10ecf8371be22c68b2e52e7376c7075c97f656;p=pandora-kernel.git ARM: imx: fix return value check in imx3_init_l2x0() In case of error, the function ioremap() returns NULL not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed