Re: [PATCH v2 3/9] ACPI: introduce acpi_table_parse2()
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2016-02-12 23:07:04
Also in:
linux-acpi, linux-arm-kernel, lkml
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2016-02-12 23:07:04
Also in:
linux-acpi, linux-arm-kernel, lkml
On Fri, Feb 12, 2016 at 6:43 PM, Aleksey Makarov [off-list ref] wrote:
The function acpi_table_parse() has some problems: 1 It can be called only from __init code 2 It does not pass any data to the handler 3 It just throws out the value returned from the handler
So why are those problems?
These issues are addressed in this patch
How are they addressed? Thanks, Rafael