commit | b03cda5145f39b19aef1152350c04f4e3412cd20 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jul 15 16:04:46 2013 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 16 16:06:01 2013 +0930 |
tree | b2f7c94ea7fc6b6386292ac46c6e55080fb0f1fc | |
parent | 627df4bc9537b13e17086deef1c92326d2b92fd4 [diff] |
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>