diff options
Diffstat (limited to 'src/mga_dacG.c')
-rw-r--r-- | src/mga_dacG.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mga_dacG.c b/src/mga_dacG.c index 3b0d93e..b86ad39 100644 --- a/src/mga_dacG.c +++ b/src/mga_dacG.c @@ -827,12 +827,8 @@ MGAG200EHPIXPLLSET(ScrnInfoPtr pScrn, MGARegPtr mgaReg) { MGAPtr pMga = MGAPTR(pScrn); - unsigned long ulFallBackCounter, ulLoopCount, ulLockCheckIterations = 0, ulTempCount, ulVCount; + unsigned long ulLoopCount, ulLockCheckIterations = 0, ulTempCount, ulVCount; unsigned char ucTempByte, ucPixCtrl, ucPLLLocked = FALSE; - unsigned char ucM; - unsigned char ucN; - unsigned char ucP; - unsigned char ucS; while(ulLockCheckIterations <= 32 && ucPLLLocked == FALSE) { |