From: Christoph Jaeger Date: Tue, 15 Apr 2014 20:39:01 +0000 (+0200) Subject: ASoC: core: use PTR_ERR instead of PTR_RET X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~14^2~7^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7580cde704920da69e50d133cea16eca77ff3bd;p=pandora-kernel.git ASoC: core: use PTR_ERR instead of PTR_RET PTR_RET is deprecated. PTR_ERR_OR_ZERO should be used instead. However, we already know that IS_ERR is true, and thus PTR_ERR_OR_ZERO would never yield zero, so we can use PTR_ERR here. Signed-off-by: Christoph Jaeger Signed-off-by: Mark Brown --- Reading git-diff-tree failed