xf86Crtc: pass correct parameter.

quite how this has worked I've no idea.
This commit is contained in:
Dave Airlie 2007-12-04 12:17:29 +11:00
parent fe25f897c6
commit a9df4bb555

View File

@ -2186,7 +2186,7 @@ xf86OutputGetEDID (xf86OutputPtr output, I2CBusPtr pDDCBus)
xf86MonPtr mon;
mon = xf86DoEDID_DDC2 (scrn->scrnIndex, pDDCBus);
xf86DDCApplyQuirks (scrn->scrnIndex, pDDCBus);
xf86DDCApplyQuirks (scrn->scrnIndex, mon);
return mon;
}