From: Duan Jiong Date: Fri, 11 Apr 2014 08:37:37 +0000 (+0800) Subject: net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO X-Git-Tag: v3.15-rc1~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af764e3f79afe7c758856a2a9376e8ee4f812d7;p=pandora-kernel.git net/apne: 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