From: Sachin Kamat Date: Mon, 29 Apr 2013 06:57:06 +0000 (+0530) Subject: drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL X-Git-Tag: v3.10-rc4~22^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f02504587ed5669cc721a1f2351322e6badfe67f;p=pandora-kernel.git drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL None of these functions actually return a NULL pointer. Hence use IS_ERR() instead. Signed-off-by: Sachin Kamat Signed-off-by: Inki Dae --- Reading git-diff-tree failed