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:
eeed227
)
m68k/amiga: Use arch_initcall() for registering platform devices
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 22 Jan 2012 11:45:45 +0000
(12:45 +0100)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 22 Apr 2012 18:16:48 +0000
(20:16 +0200)
module_init() maps to device_initcall(), opening the possibility of
race conditions between platform_driver_probe() and registering platform
devices.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
No differences found