mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
Compile fix.
This commit is contained in:
parent
9e8451d869
commit
933ffcdf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue