|
@@ -545,7 +545,7 @@ static struct sdhci_pci_slot * __devinit sdhci_pci_probe_slot(
|
|
}
|
|
}
|
|
|
|
|
|
addr = pci_resource_start(pdev, bar);
|
|
addr = pci_resource_start(pdev, bar);
|
|
- host->ioaddr = ioremap_nocache(addr, pci_resource_len(pdev, bar));
|
|
|
|
|
|
+ host->ioaddr = pci_ioremap_bar(pdev, bar);
|
|
if (!host->ioaddr) {
|
|
if (!host->ioaddr) {
|
|
dev_err(&pdev->dev, "failed to remap registers\n");
|
|
dev_err(&pdev->dev, "failed to remap registers\n");
|
|
goto release;
|
|
goto release;
|