]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915: Add a space to the shared DPLL debug message
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 29 Jul 2014 17:06:17 +0000 (18:06 +0100)
committerDaniel 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

index 71957e7184ef3ca9be1fb48871bc2013724b9f7f..0b8769b9422ffe8bb2967631e47c810b2f0aa3ea 100644 (file)
@@ -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);