dma-buf: Replace PTR_RET with PTR_ERR_OR_ZERO
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 15 Jul 2013 10:21:22 +0000 (15:51 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Jul 2013 06:36:01 +0000 (16:06 +0930)
commit28ce42013c55339a35c669e534fc1200f42253d7
treede00b6c5271e3c77580abb381fe05a7bcacaf767
parentdac30a9843f8a6007e9d25cad2b5735679041397
dma-buf: 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/base/dma-buf.c