diff options
author | David Nusinow <dnusinow@debian.org> | 2007-08-25 14:53:17 -0400 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2007-08-25 14:53:17 -0400 |
commit | bf0883ae5081bd75569115a3eb27c6d3d336c9f2 (patch) | |
tree | 2ca63a1a61a1ba540862f6015655a730f4233e7d | |
parent | 4eed88af8b7b6881b44ccf9f4a5c5875af6d2b78 (diff) |
Fix bug in debugging info related to pci-rework merge
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index aa460325b..72f7150fd 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -315,7 +315,7 @@ probe_devices_from_device_sections(DriverPtr drvp) #ifdef DEBUG ErrorF("%s: card at %d:%d:%d is claimed by a Device section\n", - drvp->driverName, pPci->bus, pPci->device, pPci->func); + drvp->driverName, pPci->bus, pPci->dev, pPci->func); #endif /* Allocate an entry in the lists to be returned */ |