Skip to content

Commit

Permalink
mmc: omap: Remove duplicate host->irq assignment
Browse files Browse the repository at this point in the history
host-irq is set twice so remove needless one.

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Chris Ball <chris@printf.net>
  • Loading branch information
Jarkko Nikula authored and Chris Ball committed Feb 22, 2014
1 parent ae9b79c commit 5b7d23a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,6 @@ static int mmc_omap_probe(struct platform_device *pdev)
host->mem_res = res;
host->irq = irq;
host->use_dma = 1;
host->irq = irq;
host->phys_base = host->mem_res->start;
host->virt_base = ioremap(res->start, resource_size(res));
if (!host->virt_base)
Expand Down

0 comments on commit 5b7d23a

Please sign in to comment.