Message ID | 2743507.mvXUDI8C0e@kreacher |
---|---|
State | New |
Headers | show |
Series | [v1] thermal: sysfs: Fix up white space in trip_point_temp_store() | expand |
Index: linux-pm/drivers/thermal/thermal_sysfs.c =================================================================== --- linux-pm.orig/drivers/thermal/thermal_sysfs.c +++ linux-pm/drivers/thermal/thermal_sysfs.c @@ -136,7 +136,7 @@ trip_point_temp_store(struct device *dev unlock: mutex_unlock(&tz->lock); - + return ret ? ret : count; }