From: Duan Jiong Date: Mon, 28 Apr 2014 08:05:06 +0000 (+0200) Subject: lcs: replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~304 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6274edc5755d19b300492609474df3e2c86a593e;p=pandora-kernel.git lcs: 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