ACPI: property: Move property ref argument parsing into a new function
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 11 Jul 2022 11:26:02 +0000 (14:26 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Jul 2022 19:16:31 +0000 (21:16 +0200)
commit1aef25d9d1edbcf5b9af4611448d931d0752377c
tree89698231d143199b834f65476636b39caebc750e
parent5ee772883af5ed2dfe17e8af2b09d7003344be6c
ACPI: property: Move property ref argument parsing into a new function

Split out property reference argument parsing out of the
__acpi_node_get_property_reference() function into a new one,
acpi_get_ref_args(). The new function will be needed also for parsing
string references soon.

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