Merge branches 'thermal-core' and 'thermal-intel' of .git into next
[firefly-linux-kernel-4.4.55.git] / drivers / thermal / thermal_core.c
index 6a707789746beed907e359f34bc75d2e7e6a5227..5e5fc7015c7f8da4ba283287acdae8269733b373 100644 (file)
@@ -1350,6 +1350,7 @@ int thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz,
        return -ENODEV;
 
 unbind:
+       device_remove_file(&tz->device, &pos->weight_attr);
        device_remove_file(&tz->device, &pos->attr);
        sysfs_remove_link(&tz->device.kobj, pos->name);
        release_idr(&tz->idr, &tz->lock, pos->id);