summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2019-04-15 09:41:15 +0900
committerInki Dae <inki.dae@samsung.com>2019-04-24 11:23:20 +0900
commit62f28738f1f87c5355fc09ba127665a3c353f7be (patch)
treefbfdc6de338af66e42a485961c595b14d73b965f /drivers/gpu/drm/exynos/exynos5433_drm_decon.c
parente59305305c6bf5c1e60e988006e0a9d8da6b3aa1 (diff)
downloadlinux-stable-62f28738f1f87c5355fc09ba127665a3c353f7be.tar.gz
linux-stable-62f28738f1f87c5355fc09ba127665a3c353f7be.tar.bz2
linux-stable-62f28738f1f87c5355fc09ba127665a3c353f7be.zip
drm/exynos: remove unnecessary messages
This patch removes unnecessary messages from fimd_clear_channels and decon_clear_channels functions which print out just function name. Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos5433_drm_decon.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos5433_drm_decon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
index 5b4e0e8b23bc..ba5218022402 100644
--- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
+++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
@@ -561,8 +561,6 @@ static void decon_clear_channels(struct exynos_drm_crtc *crtc)
struct decon_context *ctx = crtc->ctx;
int win, i, ret;
- DRM_DEBUG_KMS("%s\n", __FILE__);
-
for (i = 0; i < ARRAY_SIZE(decon_clks_name); i++) {
ret = clk_prepare_enable(ctx->clks[i]);
if (ret < 0)