From: Duan Jiong Date: Wed, 6 Nov 2013 07:58:13 +0000 (+0800) Subject: net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO X-Git-Tag: v3.13-rc1~105^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17102f8be41699525cfeeab02adbaf969b156731;p=pandora-kernel.git net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO This patch fixes coccinelle error regarding usage of IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. Signed-off-by: Duan Jiong Signed-off-by: David S. Miller --- Reading git-diff-tree failed