diff mbox

[2/3] drm/i915: Fix a typo in a lpt_init_pch_refclk() error message

Message ID 1354990091-9629-3-git-send-email-damien.lespiau@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Damien Lespiau Dec. 8, 2012, 6:08 p.m. UTC
From: Damien Lespiau <damien.lespiau@intel.com>

s/resert/reset/

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 drivers/gpu/drm/i915/intel_display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Daniel Vetter Dec. 10, 2012, 9:40 a.m. UTC | #1
On Sat, Dec 08, 2012 at 06:08:10PM +0000, Damien Lespiau wrote:
> From: Damien Lespiau <damien.lespiau@intel.com>
> 
> s/resert/reset/
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Squashed into Paulo's patch, thanks for reviewing that sucker. I've punted
on the other two, we better rip out the sdv stuff as soon as we don't need
it any more instead of beautifying it, and for the ULT thing I've added a
comment.
-Daniel
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 9f5c1dc..0eba466 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -5016,7 +5016,7 @@  static void lpt_init_pch_refclk(struct drm_device *dev)
 
 		if (wait_for_atomic_us(I915_READ(SOUTH_CHICKEN2) &
 				       FDI_MPHY_IOSFSB_RESET_STATUS, 100))
-			DRM_ERROR("FDI mPHY resert assert timeout\n");
+			DRM_ERROR("FDI mPHY reset assert timeout\n");
 
 		tmp = I915_READ(SOUTH_CHICKEN2);
 		tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL;