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:
65b1bfc
)
[ARM] amba: fix amba device resources
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 5 Jul 2009 21:39:08 +0000
(22:39 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 5 Jul 2009 21:39:08 +0000
(22:39 +0100)
AMBA device resources were being reported as:
10004000
-
10004fff
: <BAD>
This is because dev_name() was returning NULL prior to device_register.
Ensure that the struct device is properly initialized, and the name is
set before adding it to the device tree.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found