Message ID | 20210526141252.3750231-1-colin.king@canonical.com |
---|---|
State | New |
Headers | show |
Series | [next] acpi: power: remove redundant initialization of variable result | expand |
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 97c9a94a1a30..d86865c04f64 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c @@ -919,7 +919,7 @@ struct acpi_device *acpi_add_power_resource(acpi_handle handle) union acpi_object acpi_object; struct acpi_buffer buffer = { sizeof(acpi_object), &acpi_object }; acpi_status status; - int state, result = -ENODEV; + int state, result; acpi_bus_get_device(handle, &device); if (device)