Re: [PATCH 3/9] ACPI: thinkpad-acpi: fix a fan watchdog invocation

2007-05-03 Thread Thomas Renninger
On Fri, 2007-04-27 at 22:00 -0300, Henrique de Moraes Holschuh wrote: The fan control watchdog was being called in one place even when the fan control operation had failed. Fix it. I didn't have a closer look to the fan watchdog, but it looks like a ThinkPad specific thing? IMO we could need

Re: [PATCH 3/9] ACPI: thinkpad-acpi: fix a fan watchdog invocation

2007-05-03 Thread Henrique de Moraes Holschuh
(adding lm-sensors to the cc list) On Thu, 03 May 2007, Thomas Renninger wrote: I didn't have a closer look to the fan watchdog, but it looks like a ThinkPad specific thing? The fan watchdog could be generic and done for any driver that knows how to set a fan to a default, safe state even

[PATCH 3/9] ACPI: thinkpad-acpi: fix a fan watchdog invocation

2007-04-27 Thread Henrique de Moraes Holschuh
The fan control watchdog was being called in one place even when the fan control operation had failed. Fix it. Signed-off-by: Henrique de Moraes Holschuh [EMAIL PROTECTED] --- drivers/misc/thinkpad_acpi.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git