Re: [PATCH] PCI patches for 2.6.10

From: Greg KH
Date: Mon Jan 10 2005 - 23:31:21 EST


ChangeSet 1.1938.447.17, 2004/12/22 08:51:13-08:00, greg@xxxxxxxxx

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

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/net/sis900.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/net/sis900.c b/drivers/net/sis900.c
--- a/drivers/net/sis900.c 2005-01-10 08:59:53 -08:00
+++ b/drivers/net/sis900.c 2005-01-10 08:59:53 -08:00
@@ -2238,7 +2238,7 @@
/* 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;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/