mmc: omap: Remove duplicate host->irq assignment
authorJarkko Nikula <jarkko.nikula@bitmer.com>
Sat, 22 Feb 2014 16:01:39 +0000 (18:01 +0200)
committerChris Ball <chris@printf.net>
Sat, 22 Feb 2014 18:17:22 +0000 (13:17 -0500)
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>
drivers/mmc/host/omap.c

index 927ed24d0708eea6122b0a829851be8c2f5d0915..b438f0addb3c3185bf9e9ad913f4683fd89db042 100644 (file)
@@ -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)
This page took 0.025686 seconds and 5 git commands to generate.