diff options
Diffstat (limited to 'drivers/thermal/imx_thermal.c')
-rw-r--r-- | drivers/thermal/imx_thermal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index 2ccbc0788353..fde4c2876d14 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c | |||
@@ -306,7 +306,8 @@ static int imx_bind(struct thermal_zone_device *tz, | |||
306 | 306 | ||
307 | ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, | 307 | ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, |
308 | THERMAL_NO_LIMIT, | 308 | THERMAL_NO_LIMIT, |
309 | THERMAL_NO_LIMIT); | 309 | THERMAL_NO_LIMIT, |
310 | THERMAL_WEIGHT_DEFAULT); | ||
310 | if (ret) { | 311 | if (ret) { |
311 | dev_err(&tz->device, | 312 | dev_err(&tz->device, |
312 | "binding zone %s with cdev %s failed:%d\n", | 313 | "binding zone %s with cdev %s failed:%d\n", |