mmc: omap: Remove duplicate host->irq assignment
authorJarkko Nikula <[email protected]>
Sat, 22 Feb 2014 16:01:39 +0000 (18:01 +0200)
committerChris Ball <[email protected]>
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 <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Tested-by: Aaro Koskinen <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
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)