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)
committerChanho Park <chanho61.park@samsung.com>
Wed, 16 Apr 2014 12:36:39 +0000 (21:36 +0900)
commitc76e9eb3b9713d4369a2b7dfd710398db3b7b568
treeaa0fb9a2140837a5c14bffd83805368e65ef6a8f
parent3137b48964b874f0c755e816839d7c29a712542f
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