aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>2016-09-22 10:57:20 -0400
committerInki Dae <daeinki@gmail.com>2016-09-30 11:39:34 -0400
commit61865b5d4db1f3814385ead23f04dc2b014ba6ff (patch)
treec0317c487c986d05cc2d04278392ffac30ad1161
parenta696394c5224a4795c56df153037f86e056ac0b9 (diff)
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>
-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)
1440 goto err_put_clk; 1440 goto err_put_clk;
1441 } 1441 }
1442 1442
1443 dev_info(dev, "The exynos g2d(ver %d.%d) successfully probed\n", 1443 dev_info(dev, "The Exynos G2D (ver %d.%d) successfully probed.\n",
1444 G2D_HW_MAJOR_VER, G2D_HW_MINOR_VER); 1444 G2D_HW_MAJOR_VER, G2D_HW_MINOR_VER);
1445 1445
1446 return 0; 1446 return 0;