Re: [PATCH] ACPI: EC: Check if boot_ec was really found in DSDT

2007-08-31 Thread Jeff Garzik
Andrew Morton wrote: I use sylpheed. thunderbird can be used, but one needs to follow the steps in http://mbligh.org/linuxdocs/Email/Clients/Thunderbird to get it out of i-know-better mode. Can we get something like this into the kernel tree, please? Documentation/email-clients.txt would go

Re: [PATCH] ACPI: EC: Check if boot_ec was really found in DSDT

2007-08-30 Thread Andrew Morton
On Fri, 31 Aug 2007 09:29:07 +0400 Alexey Starikovskiy <[EMAIL PROTECTED]> wrote: > Linus Torvalds wrote: > > On Fri, 31 Aug 2007, Alexey Starikovskiy wrote: > > > >> Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> > >> > > > > This was totally whitespace-damaged. You have some bro

Re: [PATCH] ACPI: EC: Check if boot_ec was really found in DSDT

2007-08-30 Thread Alexey Starikovskiy
Linus Torvalds wrote: > On Fri, 31 Aug 2007, Alexey Starikovskiy wrote: > >> Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> >> > > This was totally whitespace-damaged. You have some broken email client > that turns s into four spaces. > > May I suggest rethinking the use of Thunder

Re: [PATCH] ACPI: EC: Check if boot_ec was really found in DSDT

2007-08-30 Thread Linus Torvalds
On Fri, 31 Aug 2007, Alexey Starikovskiy wrote: > > Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> This was totally whitespace-damaged. You have some broken email client that turns s into four spaces. May I suggest rethinking the use of Thunderbird (aka "mangles things ridiculously")

[PATCH] ACPI: EC: Check if boot_ec was really found in DSDT

2007-08-30 Thread Alexey Starikovskiy
From: Alexey Starikovskiy <[EMAIL PROTECTED]> acpi_get_devices() returns success if it did not find any device. We have to check for this case. Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a