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:
a3c1951
)
arch/sh/boards/board-sh7757lcr.c: fixup SDHI register size
author
Kuninori Morimoto
<
[email protected]
>
Thu, 3 Apr 2014 21:46:42 +0000
(14:46 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 3 Apr 2014 23:20:52 +0000
(16:20 -0700)
sh7757lcr SDHI register size is 0x100
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Cc: Simon Horman <
[email protected]
>
Cc: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/sh/boards/board-sh7757lcr.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/board-sh7757lcr.c
b/arch/sh/boards/board-sh7757lcr.c
index 25c5a932f9fed68f104283d9d64e71de2c158a2d..669df51a82e3bb7024dbdd68f6f87a79702d867e 100644
(file)
--- a/
arch/sh/boards/board-sh7757lcr.c
+++ b/
arch/sh/boards/board-sh7757lcr.c
@@
-252,7
+252,7
@@
static struct sh_mobile_sdhi_info sdhi_info = {
static struct resource sdhi_resources[] = {
[0] = {
.start = 0xffe50000,
- .end = 0xffe50
1
ff,
+ .end = 0xffe50
0
ff,
.flags = IORESOURCE_MEM,
},
[1] = {