Re: [PATCH v2 06/12] ACPI / property: Don't limit named child node matching to data nodes

2019-04-11 Thread Heikki Krogerus
Hi Rafael, On Wed, Apr 10, 2019 at 06:24:59PM +0300, Heikki Krogerus wrote: > There is no reason why we should limit the use of > fwnode_get_named_child_node() to data nodes only. > > Signed-off-by: Heikki Krogerus > --- > drivers/acpi/property.c | 26 -- > 1 file change

[PATCH v2 06/12] ACPI / property: Don't limit named child node matching to data nodes

2019-04-10 Thread Heikki Krogerus
There is no reason why we should limit the use of fwnode_get_named_child_node() to data nodes only. Signed-off-by: Heikki Krogerus --- drivers/acpi/property.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/drivers/acpi/property.c b/drivers/acpi/pr