Re: [PATCH] ACPI/PPTT: Simplify leaf node detection.

2019-03-12 Thread Rafael J. Wysocki
On Monday, March 4, 2019 11:02:08 AM CET Sudeep Holla wrote: > On Fri, Mar 01, 2019 at 12:52:21PM -0600, Jeremy Linton wrote: > > ACPI 6.3 bumps the PPTT table revision and adds a LEAF_NODE flag. > > This allows us to avoid a second pass through the table to assure > > that the node in question is

Re: [PATCH] ACPI/PPTT: Simplify leaf node detection.

2019-03-04 Thread Sudeep Holla
On Fri, Mar 01, 2019 at 12:52:21PM -0600, Jeremy Linton wrote: > ACPI 6.3 bumps the PPTT table revision and adds a LEAF_NODE flag. > This allows us to avoid a second pass through the table to assure > that the node in question is a leaf. > Reviewed-by:Sudeep Holla -- Regards, Sudeep > Signed-of