]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/PCI: Use PCI_UNKNOWN for unknown power state
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 17 May 2013 21:08:50 +0000 (15:08 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 17 May 2013 21:08:50 +0000 (15:08 -0600)
commitc2defb5f78e249a1402bc2af969a151af0391de8
tree3acbae2afac11721162a57886c9b69bd45dd88aa
parentf6c1c8ff439ccadc333b3920c7073e0792bcb9af
powerpc/PCI: Use PCI_UNKNOWN for unknown power state

Previously we initialized dev->current_state to 4 (PCI_D3cold), but I think
we wanted PCI_UNKNOWN (5) here based on the comment and the fact that the
generic version of this code, pci_setup_device(), uses PCI_UNKNOWN.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/pci_of_scan.c