projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504f191
)
mmc: balanc pci_iomap with pci_iounmap
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 13 Dec 2008 20:21:33 +0000
(21:21 +0100)
committer
Pierre Ossman
<drzeus@drzeus.cx>
Wed, 31 Dec 2008 17:18:13 +0000
(18:18 +0100)
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>
drivers/mmc/host/sdricoh_cs.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdricoh_cs.c
b/drivers/mmc/host/sdricoh_cs.c
index
1df44d9
..
d4748a8
100644
(file)
--- 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,
err:
if (iobase)
-
iounmap(
iobase);
+
pci_iounmap(pci_dev,
iobase);
if (mmc)
mmc_free_host(mmc);