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:
dcfc355
)
drm/i915: Add a space to the shared DPLL debug message
author
Damien Lespiau
<damien.lespiau@intel.com>
Tue, 29 Jul 2014 17:06:17 +0000
(18:06 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 8 Aug 2014 15:43:34 +0000
(17:43 +0200)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 71957e7184ef3ca9be1fb48871bc2013724b9f7f..0b8769b9422ffe8bb2967631e47c810b2f0aa3ea 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-1778,7
+1778,7
@@
static void intel_enable_shared_dpll(struct intel_crtc *crtc)
if (WARN_ON(pll->refcount == 0))
return;
- DRM_DEBUG_KMS("enable %s (active %d, on? %d)for crtc %d\n",
+ DRM_DEBUG_KMS("enable %s (active %d, on? %d)
for crtc %d\n",
pll->name, pll->active, pll->on,
crtc->base.base.id);