Pass correct pointer to xf86MapLegacyIO.
This commit is contained in:
@@ -834,7 +834,7 @@ xf86ClaimPciSlot(struct pci_device * d, DriverPtr drvp,
|
|||||||
|
|
||||||
if (active) {
|
if (active) {
|
||||||
/* Map in this domain's I/O space */
|
/* Map in this domain's I/O space */
|
||||||
p->domainIO = xf86MapLegacyIO(dev);
|
p->domainIO = xf86MapLegacyIO(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
return num;
|
return num;
|
||||||
|
|||||||
Reference in New Issue
Block a user