public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [merged] mmci-omap-free-irq-resource.patch removed from -mm tree
@ 2009-11-13 19:26 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-11-13 19:26 UTC (permalink / raw)
  To: ladis, linux-mmc, tony, mm-commits


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-13 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 19:26 [merged] mmci-omap-free-irq-resource.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox