summaryrefslogtreecommitdiff
path: root/drivers/video/exynos_dp.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-03 00:16:14 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:14 (GMT)
commit129c942f321ae6f634e1b5668a9a30b19ad9ac3a (patch)
tree95f131163cf1ce4ed1db02d45135954cc0ff5fcd /drivers/video/exynos_dp.c
parenta507454b137e870cd418be326b5bc2e96f580efa (diff)
downloadu-boot-129c942f321ae6f634e1b5668a9a30b19ad9ac3a.tar.xz
exynos: video: Correct debug output
We should not print a message from the driver when the display is set up. This is normal behaviour. Change this message to use debug(). Also remove the double newline on another debug message. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/exynos_dp.c')
-rw-r--r--drivers/video/exynos_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos_dp.c b/drivers/video/exynos_dp.c
index f60b060..c3f7a3a 100644
--- a/drivers/video/exynos_dp.c
+++ b/drivers/video/exynos_dp.c
@@ -967,7 +967,7 @@ unsigned int exynos_init_dp(void)
return ret;
}
- printf("Exynos DP init done\n");
+ debug("Exynos DP init done\n");
return ret;
}