[PATCH glint driver] fbdevhw: adjust new probing interface
Tiago Vignatti
tiago.vignatti at nokia.com
Tue Sep 7 05:18:50 PDT 2010
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
src/glint_driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/glint_driver.c b/src/glint_driver.c
index ffafc39..1f4aa44 100644
--- a/src/glint_driver.c
+++ b/src/glint_driver.c
@@ -518,7 +518,7 @@ GLINTProbe(DriverPtr drv, int flags)
if (!xf86CheckPciSlot(bus,device,func))
continue;
}
- if (fbdevHWProbe(NULL,dev,&name)) {
+ if (fbdevHWProbe(dev,&name)) {
ScrnInfoPtr pScrn;
/* Check for pm2fb */
--
1.7.1.226.g770c5
More information about the xorg-devel
mailing list