From: Roel Kluin <roel.kluin@gmail.com>
To: drzeus@drzeus.cx
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH V2] mmc: balanc pci_iomap with pci_iounmap
Date: Sat, 13 Dec 2008 21:21:33 +0100 [thread overview]
Message-ID: <4944194D.3030405@gmail.com> (raw)
In-Reply-To: <494417FF.7010501@gmail.com>
balance pci_iomap with pci_iounmap, not iounmap
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
Sorry, this is what it should be...
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 @@ 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);
next prev parent reply other threads:[~2008-12-13 20:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-13 20:15 [PATCH] mmc: balanc pci_iomap with pci_iounmap Roel Kluin
2008-12-13 20:21 ` Roel Kluin [this message]
2008-12-21 15:00 ` [PATCH V2] " Pierre Ossman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4944194D.3030405@gmail.com \
--to=roel.kluin@gmail.com \
--cc=drzeus@drzeus.cx \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.