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:
3c0c6cb
)
[POWERPC] 4xx: Fix offset value on Warp board
author
Sean MacLennan
<smaclennan@pikatech.com>
Sat, 26 Jan 2008 05:39:39 +0000
(16:39 +1100)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Thu, 7 Feb 2008 03:02:54 +0000
(21:02 -0600)
While merging, I found a small bug that I forgot to send. I add an
offset to a value twice.
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/platforms/44x/warp.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/44x/warp.c
b/arch/powerpc/platforms/44x/warp.c
index 8f01563dbd2aa3d8aacb16a7629a961f6103ae97..da5b7b7599dbc3d0a19b649630d8e2d6fcc739ae 100644
(file)
--- a/
arch/powerpc/platforms/44x/warp.c
+++ b/
arch/powerpc/platforms/44x/warp.c
@@
-137,7
+137,7
@@
static int __init pika_dtm_start(void)
}
of_node_put(np);
- fpga = ioremap(res.start
+ 0x20,
4);
+ fpga = ioremap(res.start
, 0x2
4);
if (fpga == NULL)
return -ENOENT;