From: Duan Jiong Date: Mon, 28 Apr 2014 08:05:07 +0000 (+0200) Subject: qeth: replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9262c6c29927c73b1e7db364defcd6044a7e32a3;p=pandora-kernel.git qeth: replace PTR_RET with PTR_ERR_OR_ZERO PTR_RET is deprecated. Do not recommend its usage anymore. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Duan Jiong Signed-off-by: Martin Schwidefsky Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed