projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a696394
)
drm/exynos: g2d: beautify probing message
author
Tobias Jakobi
<tjakobi@math.uni-bielefeld.de>
Thu, 22 Sep 2016 14:57:20 +0000
(16:57 +0200)
committer
Inki Dae
<daeinki@gmail.com>
Fri, 30 Sep 2016 15:39:34 +0000
(
00:39
+0900)
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>
drivers/gpu/drm/exynos/exynos_drm_g2d.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 6eca8bb886486e7bbbd0d41e6cdad82f06b8e9cc..9c9f4f9721500dfbc257b86c6fbfbb2431ff0e62 100644
(file)
--- 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;