Pass correct pointer to xf86MapLegacyIO.

This commit is contained in:
Ian Romanick 2006-07-26 13:25:13 -07:00
parent 28ba8d5691
commit ef1aecaaf6

View File

@ -834,7 +834,7 @@ xf86ClaimPciSlot(struct pci_device * d, DriverPtr drvp,
if (active) {
/* Map in this domain's I/O space */
p->domainIO = xf86MapLegacyIO(dev);
p->domainIO = xf86MapLegacyIO(d);
}
return num;