From: Fengguang Wu Date: Fri, 14 Feb 2014 17:26:07 +0000 (-0800) Subject: staging: fpgaboot: fix coccinelle warnings X-Git-Tag: v3.15-rc1~139^2~1112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e0d3c3d73f0f99aa6024d42a27f7257f7327dd;p=pandora-kernel.git staging: fpgaboot: fix coccinelle warnings drivers/staging/gs_fpgaboot/gs_fpgaboot.c:305:1-3: WARNING: PTR_RET can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: coccinelle/api/ptr_ret.cocci CC: Insop Song Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed