* Fix thinko in acpi
@ 2003-07-08 22:34 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2003-07-08 22:34 UTC (permalink / raw)
To: kernel list, Rusty trivial patch monkey Russell, Andrew Grover,
torvalds
Hi!
It probably is fixed in ACPI patches somewhere, but it surprises me it
is not yet in Linus' kernel. Please apply,
Pavel
--- /usr/src/tmp/linux/drivers/acpi/sleep/main.c 2003-07-09 00:21:15.000000000 +0200
+++ /usr/src/linux/drivers/acpi/sleep/main.c 2003-07-09 00:13:14.000000000 +0200
@@ -244,7 +245,7 @@
/* do we have a wakeup address for S2 and S3? */
/* Here, we support only S4BIOS, those we set the wakeup address */
/* S4OS is only supported for now via swsusp.. */
- if (state == ACPI_STATE_S2 || state == ACPI_STATE_S3 || ACPI_STATE_S4) {
+ if (state == ACPI_STATE_S2 || state == ACPI_STATE_S3 || state == ACPI_STATE_S4) {
if (!acpi_wakeup_address)
return AE_ERROR;
acpi_set_firmware_waking_vector((acpi_physical_address) acpi_wakeup_address);
--
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-07-08 22:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-08 22:34 Fix thinko in acpi Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox