Commit b72bbf98 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: fix typo on previous pci_set_power_state() patch for hte sis900 driver.

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 2745ac48
......@@ -2238,7 +2238,7 @@ static int sis900_suspend(struct pci_dev *pci_dev, u32 state)
/* Stop the chip's Tx and Rx Status Machine */
outl(RxDIS | TxDIS | inl(ioaddr + cr), ioaddr + cr);
pci_set_power_state(pci_dev, PCI_D3);
pci_set_power_state(pci_dev, PCI_D3hot);
pci_save_state(pci_dev);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment