]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfcf5a585e98dfb38d74751a492dc3bfbc3a2e63e
tree1a3767901230f6596feb746df42d1b5d749c7d69
parentf890578a5d0c0e749d0e9991e7123b51d10cabb2
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