Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mmci-omap: free irq resource

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Ladislav Michl and committed by
Linus Torvalds
49c1d9da b87e5e2b

+1
+1
drivers/mmc/host/omap.c
··· 1529 1529 host->pdata->cleanup(&pdev->dev); 1530 1530 1531 1531 mmc_omap_fclk_enable(host, 0); 1532 + free_irq(host->irq, host); 1532 1533 clk_put(host->fclk); 1533 1534 clk_disable(host->iclk); 1534 1535 clk_put(host->iclk);