xf86-video-intel: src/sna/sna_display.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Jun 9 14:02:29 PDT 2014


 src/sna/sna_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68ac3039e4170b318952213311534cd213cbaff7
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jun 9 22:01:05 2014 +0100

    sna: Fix the typo in the last commit
    
    Rewording the sentence and reordering the arguments was a mistake!
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 3c9156b..eb47165 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -5555,7 +5555,7 @@ void sna_mode_check(struct sna *sna)
 		if (mode.fb_id != expected[0] && mode.fb_id != expected[1]) {
 			xf86DrvMsg(crtc->scrn->scrnIndex, X_ERROR,
 				   "%s: invalid state found on pipe %d, disabling CRTC:%d\n",
-				   __FUNCTION__, sna_ctrtc->pipe, sna_crtc->id);
+				   __FUNCTION__, sna_crtc->pipe, sna_crtc->id);
 			sna_crtc_disable(crtc);
 		}
 	}


More information about the xorg-commit mailing list