summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorKrzysztof Kozlowski2015-05-14 02:03:06 +0200
committerInki Dae2015-05-19 15:50:55 +0200
commitb0f155ada4c819f06aa32b4c906e7e76350c7ec1 (patch)
treec137cae3e4bb2fa89c52664923826534e9146f38 /drivers/gpu
parentdrm/exynos: cleanup exynos_drm_plane (diff)
downloadkernel-qcow2-linux-b0f155ada4c819f06aa32b4c906e7e76350c7ec1.tar.gz
kernel-qcow2-linux-b0f155ada4c819f06aa32b4c906e7e76350c7ec1.tar.xz
kernel-qcow2-linux-b0f155ada4c819f06aa32b4c906e7e76350c7ec1.zip
drm/exynos: dp: Lower level of EDID read success message
Don't pollute the dmesg with EDID read success message as an error. Printing as debug should be fine. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/exynos/exynos_dp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c b/drivers/gpu/drm/exynos/exynos_dp_core.c
index 441ef06b8894..30feb7d06624 100644
--- a/drivers/gpu/drm/exynos/exynos_dp_core.c
+++ b/drivers/gpu/drm/exynos/exynos_dp_core.c
@@ -195,7 +195,7 @@ static int exynos_dp_read_edid(struct exynos_dp_device *dp)
}
}
- dev_err(dp->dev, "EDID Read success!\n");
+ dev_dbg(dp->dev, "EDID Read success!\n");
return 0;
}