aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_g2d.c
diff options
context:
space:
mode:
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>2016-09-22 16:57:20 +0200
committerInki Dae <daeinki@gmail.com>2016-10-01 00:39:34 +0900
commit61865b5d4db1f3814385ead23f04dc2b014ba6ff (patch)
treec0317c487c986d05cc2d04278392ffac30ad1161 /drivers/gpu/drm/exynos/exynos_drm_g2d.c
parentdrm/exynos: mixer: simplify loop in vp_win_reset() (diff)
downloadlinux-dev-61865b5d4db1f3814385ead23f04dc2b014ba6ff.tar.xz
linux-dev-61865b5d4db1f3814385ead23f04dc2b014ba6ff.zip
drm/exynos: g2d: beautify probing message
Apply some 'make-up' in g2d_probe(). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_g2d.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_g2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 6eca8bb88648..9c9f4f972150 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -1440,7 +1440,7 @@ static int g2d_probe(struct platform_device *pdev)
goto err_put_clk;
}
- dev_info(dev, "The exynos g2d(ver %d.%d) successfully probed\n",
+ dev_info(dev, "The Exynos G2D (ver %d.%d) successfully probed.\n",
G2D_HW_MAJOR_VER, G2D_HW_MINOR_VER);
return 0;