On 20 March 2014 06:16, Tomasz Nowicki tomasz.nowicki@linaro.org wrote:
- return acpi_parse_entries(table_header->length, handler,
table_header,
entry_id, max_entries);
Also, first argument of acpi_parse_entries() expect subtable start point offset, but now it points to the end of table.
Not sure what you mean. First arg of acpi_parse_entries expects table_size, not an offset.
Ashwin