Re: [PATCH 1/3] ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.

2007-06-23 Thread Len Brown
Applied. thanks, -Len On Tuesday 29 May 2007 08:42, Alexey Starikovskiy wrote: > Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> > --- > > drivers/acpi/ec.c | 56 > - > 1 files changed, 17 insertions(+), 39 deletions(-) > > diff --g

[PATCH 1/3] ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.

2007-05-29 Thread Alexey Starikovskiy
Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c | 56 - 1 files changed, 17 insertions(+), 39 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 82f496c..5534b23 100644 --- a/drivers/acpi/ec.c +