From: YoungJun Cho Date: Mon, 24 Jun 2013 07:40:53 +0000 (+0900) Subject: drm/prime: replace NULL with error value in drm_prime_pages_to_sg X-Git-Tag: v3.11-rc1~65^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3d88f9cce3ea3350fa25b89393a6dd2b8e5ed4;p=pandora-kernel.git drm/prime: replace NULL with error value in drm_prime_pages_to_sg Instead of NULL, error value is casted with ERR_PTR() for drm_prime_pages_to_sg() and IS_ERR_OR_NULL() macro is replaced with IS_ERR() macro for drm_gem_map_dma_buf(). Signed-off-by: YoungJun Cho Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park Signed-off-by: Dave Airlie --- Reading git-diff-tree failed