mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 23:25:08 +00:00
Compile fix.
This commit is contained in:
@@ -119,7 +119,7 @@ DDC2MakeDevice(I2CBusPtr pBus, int address, char *name)
|
||||
|
||||
dev->pI2CBus = pBus;
|
||||
if (!xf86I2CDevInit(dev)) {
|
||||
xf86DrvMsg(scrnIndex, X_PROBED, "No DDC2 device\n");
|
||||
xf86DrvMsg(pBus->scrnIndex, X_PROBED, "No DDC2 device\n");
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user