Re: [PATCH 2/3] ACPI video: Make logic a little easier to understand.

2013-03-15 Thread Aaron Lu
On 03/14/2013 06:34 PM, Danny Baumann wrote: > Make code paths a little easier to follow, and don't needlessly continue > list iteration. Same here, please add Signed-off-by tag. Reviewed-by: Aaron Lu Thanks, Aaron > --- > drivers/acpi/video.c | 13 +++-- > 1 file changed, 7 insertions

[PATCH 2/3] ACPI video: Make logic a little easier to understand.

2013-03-14 Thread Danny Baumann
Make code paths a little easier to follow, and don't needlessly continue list iteration. --- drivers/acpi/video.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index ef85574..d0fade7 100644 --- a/drivers/acpi/video.c +