summaryrefslogtreecommitdiff
path: root/src/sis_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sis_driver.c')
-rw-r--r--src/sis_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 570c004..851bb86 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -5901,7 +5901,7 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
/* Read the current EMI (if not overruled) */
if(pSiS->VBFlags2 & VB2_SISEMIBRIDGE) {
- MessageType from = X_PROBED;
+ from = X_PROBED;
if(pSiS->EMI != -1) {
pSiS->SiS_Pr->EMI_30 = (pSiS->EMI >> 24) & 0x60;
pSiS->SiS_Pr->EMI_31 = (pSiS->EMI >> 16) & 0xff;