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:
ce6ed7e
)
PCI: move final fixups from __init to __devinit
author
Myron Stowe
<myron.stowe@redhat.com>
Mon, 9 Jul 2012 21:36:39 +0000
(15:36 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 10 Jul 2012 02:56:45 +0000
(20:56 -0600)
Final fixups are executed during device enumeration. If we support
hotplug, this may be after boot, so final fixups cannot be __init.
[bhelgaas: changelog]
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found