From: Duan Jiong Date: Wed, 6 Nov 2013 07:57:17 +0000 (+0800) Subject: smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO X-Git-Tag: v3.13-rc1~105^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fcbaa57a9fe6337b2ab718255d3f2d157efc1c;p=pandora-kernel.git smsc: 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