projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b151680
)
sh: fix sh7724 VEU3F resource size
author
Magnus Damm
<damm@opensource.se>
Tue, 1 Dec 2009 13:38:52 +0000
(13:38 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 4 Dec 2009 04:42:29 +0000
(13:42 +0900)
Fix one-off VEU3F size error for sh7724.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
index 16e18749ac1bdcc0439c54bf188d0002e5e385b9..845e89c936e79d6c9da2d31f67de0907e10c2db3 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
@@
-204,7
+204,7
@@
static struct resource veu0_resources[] = {
[0] = {
.name = "VEU3F0",
.start = 0xfe920000,
- .end = 0xfe9200cb
- 1
,
+ .end = 0xfe9200cb,
.flags = IORESOURCE_MEM,
},
[1] = {
@@
-236,7
+236,7
@@
static struct resource veu1_resources[] = {
[0] = {
.name = "VEU3F1",
.start = 0xfe924000,
- .end = 0xfe9240cb
- 1
,
+ .end = 0xfe9240cb,
.flags = IORESOURCE_MEM,
},
[1] = {