diff options
Diffstat (limited to 'drivers/mmc/host/sdricoh_cs.c')
-rw-r--r-- | drivers/mmc/host/sdricoh_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdricoh_cs.c b/drivers/mmc/host/sdricoh_cs.c index 1df44d966bdb..d4748a8e0ded 100644 --- a/drivers/mmc/host/sdricoh_cs.c +++ b/drivers/mmc/host/sdricoh_cs.c | |||
@@ -463,7 +463,7 @@ static int sdricoh_init_mmc(struct pci_dev *pci_dev, | |||
463 | 463 | ||
464 | err: | 464 | err: |
465 | if (iobase) | 465 | if (iobase) |
466 | iounmap(iobase); | 466 | pci_iounmap(pci_dev, iobase); |
467 | if (mmc) | 467 | if (mmc) |
468 | mmc_free_host(mmc); | 468 | mmc_free_host(mmc); |
469 | 469 | ||