]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited84fc245b3f9da8ebe0d50670ed9250996adcc9
tree89698231d143199b834f65476636b39caebc750e
parent6406b4a6dfe05f48867554e986c1028aa9fd8941
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