From: Duan Jiong Date: Mon, 11 Nov 2013 07:41:46 +0000 (-0800) Subject: Input: cyttsp4 - replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO X-Git-Tag: v3.13-rc1~65^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0137817476ce9dc8c5cfd8078862796bbb8c70c;p=pandora-kernel.git Input: cyttsp4 - 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: Dmitry Torokhov --- Reading git-diff-tree failed