Re: [PATCH 2/2] sparc/PCI: Use PCI_UNKNOWN for unknown power state
From: David Miller <davem@davemloft.net>
Date: 2013-05-21 01:51:27
Also in:
linux-pci, sparclinux
From: David Miller <davem@davemloft.net>
Date: 2013-05-21 01:51:27
Also in:
linux-pci, sparclinux
From: Bjorn Helgaas <bhelgaas@google.com> Date: Mon, 20 May 2013 17:19:16 -0600
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: David S. Miller <davem@davemloft.net>