diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-09 22:01:05 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-09 22:02:06 +0100 |
commit | 68ac3039e4170b318952213311534cd213cbaff7 (patch) | |
tree | 6221e432a61c0b563f448dafe1a30cfbe05cc893 | |
parent | fdb8f490441b0ba91fdf530b982cedc2f2acf122 (diff) |
sna: Fix the typo in the last commit
Rewording the sentence and reordering the arguments was a mistake!
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 3c9156bd..eb47165b 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); } } |