From: Gregory CLEMENT Date: Thu, 13 Nov 2014 11:47:43 +0000 (+0100) Subject: phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fc0050102150481ad4ba7e6449b3aa6e88d6e5;p=pandora-kernel.git phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelle Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: coccinelle/api/ptr_ret.cocci Signed-off-by: Gregory CLEMENT Acked-by: Jason Cooper Signed-off-by: Kishon Vijay Abraham I --- Reading git-diff-tree failed