From: Fengguang Wu Date: Thu, 19 Feb 2015 08:14:32 +0000 (+0800) Subject: x86/intel/quark: Fix ptr_ret.cocci warnings X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d39169d7f56849b8c6c8c51aca7b73194d05f1;p=pandora-kernel.git x86/intel/quark: Fix ptr_ret.cocci warnings arch/x86/platform/intel-quark/imr.c:280:1-3: WARNING: PTR_ERR_OR_ZERO can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: scripts/coccinelle/api/ptr_ret.cocci Signed-off-by: Fengguang Wu Cc: Andy Shevchenko Cc: Ong, Boon Leong Cc: Bryan O'Donoghue Cc: Darren Hart Cc: kbuild-all@01.org Link: http://lkml.kernel.org/r/20150219081432.GA21983@waimea Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed