From: Thomas Meyer Date: Mon, 6 Aug 2012 17:51:16 +0000 (+0200) Subject: m68k/q40: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~70^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e786f6bfd62e4da8c07c8e208a881c2b855a534a;p=pandora-kernel.git m68k/q40: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR The semantic patch that makes this change is available in scripts/coccinelle/api/ptr_ret.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed