commit | 28ce42013c55339a35c669e534fc1200f42253d7 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jul 15 15:51:22 2013 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 16 16:06:01 2013 +0930 |
tree | de00b6c5271e3c77580abb381fe05a7bcacaf767 | |
parent | dac30a9843f8a6007e9d25cad2b5735679041397 [diff] |
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>