device property: fwnode_property_read_string_array() returns nr of strings
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 28 Mar 2017 12:22:19 +0000 (15:22 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 28 Mar 2017 22:00:30 +0000 (00:00 +0200)
commitb0b027cee090a1e3278960e1c8257213fda40f10
treeb724d2926fd71fb1c5feab5fab63e7a3bed0aa16
parent0f194992c85f972ee99f176eb78a5860cef78573
device property: fwnode_property_read_string_array() returns nr of strings

Functionally fwnode_property_read_string_array() should match
of_property_read_string_array() and work as a drop-in substitute for the
latter. of_property_read_string_array() returns the number of strings read
if the target string pointer array is non-NULL. Make
fwnode_property_read_string_array() do the same.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/property.c
drivers/base/property.c