Message ID | 20220711112606.3050368-2-sakari.ailus@linux.intel.com |
---|---|
State | Accepted |
Commit | 85140ef275f577f64e8a2c5789447222dfc14fc4 |
Headers | show |
Series | ACPI: Buffer property and reference as string support | expand |
diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index e764f9ac9cf8f..6d698f3f83a0a 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c @@ -155,10 +155,10 @@ static bool acpi_nondev_subnode_ok(acpi_handle scope, return acpi_nondev_subnode_data_ok(handle, link, list, parent); } -static int acpi_add_nondev_subnodes(acpi_handle scope, - const union acpi_object *links, - struct list_head *list, - struct fwnode_handle *parent) +static bool acpi_add_nondev_subnodes(acpi_handle scope, + const union acpi_object *links, + struct list_head *list, + struct fwnode_handle *parent) { bool ret = false; int i;