Explorar el Código

ACPI processor: Fix error path, also remove sysdev link

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Thomas Renninger hace 13 años
padre
commit
3333ea7804
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      drivers/acpi/processor_driver.c

+ 1 - 0
drivers/acpi/processor_driver.c

@@ -539,6 +539,7 @@ err_thermal_unregister:
 	thermal_cooling_device_unregister(pr->cdev);
 err_power_exit:
 	acpi_processor_power_exit(pr, device);
+	sysfs_remove_link(&device->dev.kobj, "sysdev");
 err_free_cpumask:
 	free_cpumask_var(pr->throttling.shared_cpu_map);