View | Details | Raw Unified | Return to bug 43278 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/pci/pci-acpi.c (-1 / +1 lines)
Lines 199-205 static pci_power_t acpi_pci_choose_state(struct pci_dev *pdev) Link Here
199
	case ACPI_STATE_D1:
199
	case ACPI_STATE_D1:
200
		return PCI_D1;
200
		return PCI_D1;
201
	case ACPI_STATE_D2:
201
	case ACPI_STATE_D2:
202
		return PCI_D2;
202
		return PCI_D0;
203
	case ACPI_STATE_D3_HOT:
203
	case ACPI_STATE_D3_HOT:
204
		return PCI_D3hot;
204
		return PCI_D3hot;
205
	case ACPI_STATE_D3_COLD:
205
	case ACPI_STATE_D3_COLD:

Return to bug 43278