Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316513
b: refs/heads/master
c: 8497f69
h: refs/heads/master
i:
  316511: a8bdab8
v: v3
  • Loading branch information
Huang Ying authored and Bjorn Helgaas committed Jun 23, 2012
1 parent a19b3c5 commit 01e124f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 71a83bd727cc31c5fe960c3758cb396267ff710e
refs/heads/master: 8497f696686ae1ab3f01e5956046d59844b9f500
2 changes: 1 addition & 1 deletion trunk/arch/x86/pci/mrst.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_d3delay_fixup);

static void __devinit mrst_power_off_unused_dev(struct pci_dev *dev)
{
pci_set_power_state(dev, PCI_D3cold);
pci_set_power_state(dev, PCI_D3hot);
}
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0801, mrst_power_off_unused_dev);
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0809, mrst_power_off_unused_dev);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/misc/cb710/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static int cb710_suspend(struct pci_dev *pdev, pm_message_t state)
pci_save_state(pdev);
pci_disable_device(pdev);
if (state.event & PM_EVENT_SLEEP)
pci_set_power_state(pdev, PCI_D3cold);
pci_set_power_state(pdev, PCI_D3hot);
return 0;
}

Expand Down

0 comments on commit 01e124f

Please sign in to comment.