summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/thermal_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index 362c98ca8dde..625ce0b64987 100644
--- a/drivers/thermal/thermal_core.c
+++ b/drivers/thermal/thermal_core.c
@@ -300,7 +300,7 @@ static int __update_sensor_thresholds(struct sensor_info *sensor)
}
}
- pr_debug("sensor %d: Thresholds: max of low: %d min of high: %d\n",
+ pr_debug("sensor %d: Thresholds: max of low: %ld min of high: %ld\n",
sensor->sensor_id, max_of_low_thresh,
min_of_high_thresh);