ACPI: property: Use acpi_object_type consistently in property ref parsing
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 11 Jul 2022 11:26:01 +0000 (14:26 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Jul 2022 19:16:31 +0000 (21:16 +0200)
commit5ee772883af5ed2dfe17e8af2b09d7003344be6c
tree6541d20ab41c23fd6e3f45a0196000debfcaced6
parent1d52f10917a751f90e269a0ed9b6cca60dbe0300
ACPI: property: Use acpi_object_type consistently in property ref parsing

The type of union acpi_object field type is acpi_object_type. Use that
instead of int.

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