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:
648f4e3
)
DaVinci: DM365: SDIO interrupt resource correction
author
Phaneendra Kumar
<phani@embwise.com>
Thu, 27 Aug 2009 21:06:56 +0000
(17:06 -0400)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 25 Nov 2009 18:21:16 +0000
(10:21 -0800)
This patch fixes a typo/bug in the DM365 SDIO interrupt assignment
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/devices.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-davinci/devices.c
b/arch/arm/mach-davinci/devices.c
index a55b650db71e20ecf9884b4bdbe5b1c1f2ee151d..34dc0e93cb03e36cd9f874f0f4fc4312d0e42907 100644
(file)
--- a/
arch/arm/mach-davinci/devices.c
+++ b/
arch/arm/mach-davinci/devices.c
@@
-177,7
+177,7
@@
void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config)
mmcsd1_resources[0].start = DM365_MMCSD1_BASE;
mmcsd1_resources[0].end = DM365_MMCSD1_BASE +
SZ_4K - 1;
- mmcsd
0
_resources[2].start = IRQ_DM365_SDIOINT1;
+ mmcsd
1
_resources[2].start = IRQ_DM365_SDIOINT1;
} else
break;