diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-15 15:47:35 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-15 15:47:35 -0400 |
commit | 6eb3e0f2f4e43e436029fc82e458ac8de1f94745 (patch) | |
tree | c934b4c6c9cc4094daf0e77ace714d71a5232db1 /src | |
parent | ed7269e0a377b3135b06cacecc59119f06958feb (diff) |
Don't touch pScrn->monitor->DDC directly.
Diffstat (limited to 'src')
-rw-r--r-- | src/i810_driver.c | 2 |
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); |