diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-28 17:53:55 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-28 17:53:55 -0400 |
commit | 933ffcdf7d2eaaf7caabfe6f861f04bcb149918f (patch) | |
tree | 399606e1a130dadd3ddb538c88500598c1763ba8 /hw/xfree86/ddc | |
parent | 9e8451d869a4032ddb7de6a62920a3a7b0b1acc1 (diff) |
Compile fix.
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r-- | hw/xfree86/ddc/xf86DDC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/xf86DDC.c b/hw/xfree86/ddc/xf86DDC.c index 7e267227f..8dda35ac4 100644 --- a/hw/xfree86/ddc/xf86DDC.c +++ b/hw/xfree86/ddc/xf86DDC.c @@ -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; } } |