|
@@ -534,6 +534,7 @@ static void remove_domain_devices(struct acpi_power_meter_resource *resource)
|
|
|
|
|
|
kfree(resource->domain_devices);
|
|
kfree(resource->domain_devices);
|
|
kobject_put(resource->holders_dir);
|
|
kobject_put(resource->holders_dir);
|
|
|
|
+ resource->num_domain_devices = 0;
|
|
}
|
|
}
|
|
|
|
|
|
static int read_domain_devices(struct acpi_power_meter_resource *resource)
|
|
static int read_domain_devices(struct acpi_power_meter_resource *resource)
|
|
@@ -740,7 +741,6 @@ skip_unsafe_cap:
|
|
|
|
|
|
return res;
|
|
return res;
|
|
error:
|
|
error:
|
|
- remove_domain_devices(resource);
|
|
|
|
remove_attrs(resource);
|
|
remove_attrs(resource);
|
|
return res;
|
|
return res;
|
|
}
|
|
}
|