projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9b79c
)
mmc: omap: Remove duplicate host->irq assignment
author
Jarkko Nikula
<jarkko.nikula@bitmer.com>
Sat, 22 Feb 2014 16:01:39 +0000
(18:01 +0200)
committer
Chris 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/omap.c
b/drivers/mmc/host/omap.c
index 927ed24d0708eea6122b0a829851be8c2f5d0915..b438f0addb3c3185bf9e9ad913f4683fd89db042 100644
(file)
--- a/
drivers/mmc/host/omap.c
+++ b/
drivers/mmc/host/omap.c
@@
-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)