Pass correct pointer to xf86MapLegacyIO.
This commit is contained in:
parent
28ba8d5691
commit
ef1aecaaf6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue