From: Sachin Kamat Date: Mon, 15 Jul 2013 10:21:22 +0000 (+0530) Subject: dma-buf: Replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: v3.12-rc1~146^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ce42013c55339a35c669e534fc1200f42253d7;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed