projects
/
GitHub
/
moto-9609
/
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:
28e5158
)
ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings
author
Tetsuyuki Kobayashi
<koba@kmckk.co.jp>
Thu, 6 Sep 2012 07:19:36 +0000
(07:19 +0000)
committer
Simon Horman
<horms@verge.net.au>
Tue, 18 Sep 2012 02:19:44 +0000
(11:19 +0900)
Correct interrupt settings of sh_mmc:int and sh_mmc:error in board-kzm9g.c.
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
arch/arm/mach-shmobile/board-kzm9g.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/board-kzm9g.c
b/arch/arm/mach-shmobile/board-kzm9g.c
index 53b7ea92c32c119bcfc6d44a96b92fac915363da..3b8a0171c3cb3e30aa7242afcdc65f13cd5c11de 100644
(file)
--- a/
arch/arm/mach-shmobile/board-kzm9g.c
+++ b/
arch/arm/mach-shmobile/board-kzm9g.c
@@
-346,11
+346,11
@@
static struct resource sh_mmcif_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
- .start = gic_spi(14
1
),
+ .start = gic_spi(14
0
),
.flags = IORESOURCE_IRQ,
},
[2] = {
- .start = gic_spi(14
0
),
+ .start = gic_spi(14
1
),
.flags = IORESOURCE_IRQ,
},
};