git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53eebb0
)
ARM: common/vic: use proper __iomem annotations
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 23 Sep 2011 08:13:49 +0000
(10:13 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 1 Oct 2011 19:11:30 +0000
(21:11 +0200)
In vic_init, we pass addr into readl, so it needs to be a
pointer, not a u32 address.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
No differences found