mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Fix bug in debugging info related to pci-rework merge
This commit is contained in:
parent
4eed88af8b
commit
bf0883ae50
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue