From: Lespiau, Damien Date: Mon, 24 Mar 2014 15:53:13 +0000 (+0000) Subject: staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() X-Git-Tag: v3.15-rc1~51^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38821e6490421fb1f4ed40bfd0962defe9f01885;p=platform%2Fkernel%2Flinux-exynos.git staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() There are only a few users of the DRM_LOG_KMS() macro. We can simplify the DRM code a bit by replacing them by DRM_DEBUG_KMS(). Cc: Philipp Zabel Cc: Lucas Stach Signed-off-by: Damien Lespiau Acked-by: Philipp Zabel Signed-off-by: Dave Airlie --- diff --git a/drivers/staging/imx-drm/ipuv3-plane.c b/drivers/staging/imx-drm/ipuv3-plane.c index 34b642a..5128dc3 100644 --- a/drivers/staging/imx-drm/ipuv3-plane.c +++ b/drivers/staging/imx-drm/ipuv3-plane.c @@ -68,7 +68,7 @@ int ipu_plane_set_base(struct ipu_plane *ipu_plane, struct drm_framebuffer *fb, cma_obj = drm_fb_cma_get_gem_obj(fb, 0); if (!cma_obj) { - DRM_LOG_KMS("entry is null.\n"); + DRM_DEBUG_KMS("entry is null.\n"); return -EFAULT; }