projects
/
openwrt
/
staging
/
blogic.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
<
[email protected]
>
Sat, 22 Feb 2014 16:01:39 +0000
(18:01 +0200)
committer
Chris 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
patch
|
blob
|
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)