From: Duan Jiong Date: Fri, 11 Apr 2014 11:39:06 +0000 (+0200) Subject: s390/sclp: replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: omap-for-v3.16/pm-signed~104^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d8e2527641b0710834bceeae5a681ffa759e1e;p=pandora-kernel.git s390/sclp: 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 --- Reading git-diff-tree failed