From: Duan Jiong Date: Wed, 6 Nov 2013 07:55:31 +0000 (+0800) Subject: lustre/fld: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO X-Git-Tag: v3.14-rc1~150^2~775^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95bcc666e9437ac33f639e6d971b0b6e9dc86607;p=pandora-kernel.git lustre/fld: 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: Greg Kroah-Hartman --- Reading git-diff-tree failed