mirror of https://gitee.com/openkylin/linux.git
drm/i915: Add a space to the shared DPLL debug message
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
dcfc355213
commit
74dd69280b
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue