commit | c2defb5f78e249a1402bc2af969a151af0391de8 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri May 17 15:08:50 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri May 17 15:08:50 2013 -0600 |
tree | 3acbae2afac11721162a57886c9b69bd45dd88aa | |
parent | f6c1c8ff439ccadc333b3920c7073e0792bcb9af [diff] |
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>