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:
ab46fea
)
ACPI: acpi_device_register() should call device_register()
author
Alex Chiang
<achiang@hp.com>
Thu, 14 May 2009 14:31:32 +0000
(08:31 -0600)
committer
Len Brown
<len.brown@intel.com>
Thu, 18 Jun 2009 02:57:03 +0000
(22:57 -0400)
There is no apparent reason for acpi_device_register() to manually
register a new device in two steps (initialize then add).
Just call device_register() directly.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found