ACPI: property: Read buffer properties as integers
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 11 Jul 2022 11:26:06 +0000 (14:26 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Jul 2022 19:16:32 +0000 (21:16 +0200)
commit369af6bf2c28f9f57438e82f953f6351cf2a94cd
tree1a3767901230f6596feb746df42d1b5d749c7d69
parent103e10c69c611efabccf57d799c4b191d53ee765
ACPI: property: Read buffer properties as integers

Instead of adding a new property type, read buffer properties as integers.
Even though the internal representation in ACPI is different, the data
type is the same (byte) than on 8-bit integers.

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