diff options
author | Chris Ball <cjb@laptop.org> | 2008-11-03 20:08:32 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2008-11-03 20:08:32 -0500 |
commit | 6c6511f4bd933410778e93429bd37e2f24b78618 (patch) | |
tree | 4bb062ee4a68a3d98dd4b21fa4ebd370f05a6c3b | |
parent | 52c034f5a41195f2b3193ec8c18b3f4ed7a763a3 (diff) |
Build fix, s/pNv->/pRiva->/.
Fixes 52c034f5a41195f2b3193ec8c18b3f4ed7a763a3.
-rw-r--r-- | src/riva_setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/riva_setup.c b/src/riva_setup.c index b616798..64726f7 100644 --- a/src/riva_setup.c +++ b/src/riva_setup.c @@ -168,9 +168,9 @@ RivaProbeDDC (ScrnInfoPtr pScrn) xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Probing for EDID...\n"); #ifdef EDID_COMPLETE_RAWDATA - MonInfo = xf86DoEEDID(pScrn->scrnIndex, pNv->I2C, TRUE); + MonInfo = xf86DoEEDID(pScrn->scrnIndex, pRiva->I2C, TRUE); #else - MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pNv->I2C); + MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pRiva->I2C); #endif if (MonInfo) { xf86DrvMsg(pScrn->scrnIndex, X_INFO, |