From: akpm@linux-foundation.org
To: ladis@linux-mips.org, linux-mmc@vger.kernel.org,
tony@atomide.com, mm-commits@vger.kernel.org
Subject: [merged] mmci-omap-free-irq-resource.patch removed from -mm tree
Date: Fri, 13 Nov 2009 11:26:57 -0800 [thread overview]
Message-ID: <200911131926.nADJQvUB029431@imap1.linux-foundation.org> (raw)
The patch titled
mmci-omap: free irq resource
has been removed from the -mm tree. Its filename was
mmci-omap-free-irq-resource.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mmci-omap: free irq resource
From: Ladislav Michl <ladis@linux-mips.org>
Free IRQ on remove.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
diff -puN drivers/mmc/host/omap.c~mmci-omap-free-irq-resource drivers/mmc/host/omap.c
--- a/drivers/mmc/host/omap.c~mmci-omap-free-irq-resource
+++ a/drivers/mmc/host/omap.c
@@ -1529,6 +1529,7 @@ static int mmc_omap_remove(struct platfo
host->pdata->cleanup(&pdev->dev);
mmc_omap_fclk_enable(host, 0);
+ free_irq(host->irq, host);
clk_put(host->fclk);
clk_disable(host->iclk);
clk_put(host->iclk);
_
Patches currently in -mm which might be from ladis@linux-mips.org are
linux-next.patch
mmci-omap-remove-bogus-check-for-host-iclk.patch
reply other threads:[~2009-11-13 19:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200911131926.nADJQvUB029431@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=ladis@linux-mips.org \
--cc=linux-mmc@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=tony@atomide.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox