From: Sachin Kamat Date: Mon, 29 Apr 2013 06:57:05 +0000 (+0530) Subject: drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULL X-Git-Tag: v3.10-rc4~22^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41eab402b43f1ca3e1279595bc138f5ac2a914f7;p=pandora-kernel.git drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULL exynos_drm_framebuffer_init() does not return NULL. Use IS_ERR instead. Signed-off-by: Sachin Kamat Signed-off-by: Inki Dae --- Reading git-diff-tree failed