projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48df633
)
drm: Reduce verbosity level for drm_core_init() debug message
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 29 Dec 2016 13:37:29 +0000
(13:37 +0000)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 30 Dec 2016 11:17:03 +0000
(12:17 +0100)
Currently at the end of drm_core_init() we print
[ 0.735185] [drm] Initialized
which does not provide any user information and is only a breadcrumb for
developers, so reduce it from info to debug.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/20161229133729.32673-1-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_drv.c
b/drivers/gpu/drm/drm_drv.c
index 4a7b3e98d5863791c2a4aeb21050004b7e0c84f1..bf3df4e4fdcec527be5464df8429782b1b1fbb4a 100644
(file)
--- a/
drivers/gpu/drm/drm_drv.c
+++ b/
drivers/gpu/drm/drm_drv.c
@@
-924,7
+924,7
@@
static int __init drm_core_init(void)
if (ret < 0)
goto error;
- DRM_
INFO
("Initialized\n");
+ DRM_
DEBUG
("Initialized\n");
return 0;
error: