summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-15 15:47:35 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-15 15:47:35 -0400
commit6eb3e0f2f4e43e436029fc82e458ac8de1f94745 (patch)
treec934b4c6c9cc4094daf0e77ace714d71a5232db1
parented7269e0a377b3135b06cacecc59119f06958feb (diff)
Don't touch pScrn->monitor->DDC directly.
-rw-r--r--src/i810_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c
index 8540646d..856f5eca 100644
--- a/src/i810_driver.c
+++ b/src/i810_driver.c
@@ -1064,7 +1064,7 @@ I810PreInit(ScrnInfoPtr pScrn, int flags)
/* after xf86ProcessOptions,
* because it is controlled by options [no]vbe and [no]ddc
*/
- pScrn->monitor->DDC = I810DoDDC(pScrn, pI810->pEnt->index);
+ I810DoDDC(pScrn, pI810->pEnt->index);
/* We have to use PIO to probe, because we haven't mapped yet */
I810SetPIOAccess(pI810);