ACPICA: debugger: add field unit support for acpi_db_get_next_token
authorErik Schmauss <erik.schmauss@intel.com>
Fri, 25 Oct 2019 21:36:57 +0000 (14:36 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 28 Oct 2019 21:12:46 +0000 (22:12 +0100)
commit760935064252d7a897707539bc4fb84e31f11829
treed4d8af678adf1fdf4afa2566d8dc0315f4de0c1b
parent20d93fce00029d0409fc3afa433284a9445348f7
ACPICA: debugger: add field unit support for acpi_db_get_next_token

ACPICA commit d509afa88e9415f13a3283c38ce9ee034634ae24

Since field unit data output from the debugger are now surrounded by
braces '{', support has been added to acpi_db_get_next_token to recognize
strings beginning with this character as a ACPI_TYPE_FIELD_UNIT.

Link: https://github.com/acpica/acpica/commit/d509afa8
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/dbinput.c