From: Sachin Kamat Date: Mon, 15 Jul 2013 10:34:46 +0000 (+0530) Subject: drm/cma: Replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: v3.12-rc1~146^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03cda5145f39b19aef1152350c04f4e3412cd20;p=pandora-kernel.git drm/cma: Replace PTR_RET with PTR_ERR_OR_ZERO PTR_RET is now deprecated. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Sachin Kamat Signed-off-by: Rusty Russell --- Reading git-diff-tree failed