commit | ca4f10563929b932ed8970fda41a7f99385e4b0b | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Sat Dec 13 21:21:33 2008 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Wed Dec 31 18:18:13 2008 +0100 |
tree | e93646ccc3b4d7aa690532b403b0c86bff64d9b0 | |
parent | 504f191f25b1671802246bac06c9f59f94f0b7de [diff] |
mmc: balanc pci_iomap with pci_iounmap balance pci_iomap with pci_iounmap, not iounmap Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
diff --git a/drivers/mmc/host/sdricoh_cs.c b/drivers/mmc/host/sdricoh_cs.c index 1df44d9..d4748a8 100644 --- a/drivers/mmc/host/sdricoh_cs.c +++ b/drivers/mmc/host/sdricoh_cs.c
@@ -463,7 +463,7 @@ err: if (iobase) - iounmap(iobase); + pci_iounmap(pci_dev, iobase); if (mmc) mmc_free_host(mmc);