From: Frank Blaschka Date: Mon, 28 Apr 2014 08:05:11 +0000 (+0200) Subject: ctc: replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~299 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37556eb1cb76b5e2320fc1ea94dfab29fce878c;p=pandora-kernel.git ctc: 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: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed