* [PM] double pci_set_power_state in 8139too
@ 2003-08-27 10:10 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2003-08-27 10:10 UTC (permalink / raw)
To: Patrick Mochel, kernel list
Hi!
This part of -test4 looks bogus:
@@ -2571,6 +2571,9 @@
tp->stats.rx_missed_errors += RTL_R32 (RxMissed);
RTL_W32 (RxMissed, 0);
+ pci_save_state (pdev, tp->pci_state);
+ pci_set_power_state (pdev, 3);
+
pci_set_power_state (pdev, 3);
pci_save_state (pdev, tp->pci_state);
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-27 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-27 10:10 [PM] double pci_set_power_state in 8139too Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome