From: Bjorn Helgaas Date: Mon, 20 May 2013 23:15:20 +0000 (-0600) Subject: sparc/PCI: Use PCI_UNKNOWN for unknown power state X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7f2b1bdf02f6b44410dceb7295284c2a75a304;p=pandora-kernel.git sparc/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: David S. Miller --- Reading git-diff-tree failed