From: Huang Ying Date: Sat, 23 Jun 2012 02:23:50 +0000 (+0800) Subject: PCI: do not call pci_set_power_state with PCI_D3cold X-Git-Tag: v3.6-rc1~112^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8497f696686ae1ab3f01e5956046d59844b9f500;p=pandora-kernel.git PCI: do not call pci_set_power_state with PCI_D3cold PCI subsystem has not been ready for D3cold support yet. So PCI_D3cold should not be used as parameter for pci_set_power_state. This patch is needed for upcoming PCI_D3cold support. This patch has no functionality change, because pci_set_power_state will bound the parameter to PCI_D3hot too. CC: Michal Miroslaw CC: Jesse Barnes Reviewed-by: Rafael J. Wysocki Signed-off-by: Huang Ying Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed