drm/cma: Replace PTR_RET with PTR_ERR_OR_ZERO
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 15 Jul 2013 10:34:46 +0000 (16:04 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Jul 2013 06:36:01 +0000 (16:06 +0930)
commitb03cda5145f39b19aef1152350c04f4e3412cd20
treeb2f7c94ea7fc6b6386292ac46c6e55080fb0f1fc
parent627df4bc9537b13e17086deef1c92326d2b92fd4
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 <sachin.kamat@linaro.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/gpu/drm/drm_gem_cma_helper.c