From: Bjorn Helgaas Date: Fri, 17 May 2013 21:08:50 +0000 (-0600) Subject: powerpc/PCI: Use PCI_UNKNOWN for unknown power state X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2defb5f78e249a1402bc2af969a151af0391de8;p=pandora-kernel.git 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 Acked-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed