VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Linus Walleij <linus.walleij@linaro.org> 2019-11-19 08:46:50 +0100 committer: Daniel Lezcano <daniel.lezcano@linaro.org> 2020-01-27 10:24:32 +0100 commit: c56dcfa3d4d0f49f0c37cd24886aa86db7aa7f30 parent: d5226fa6dbae0569ee43ecfc08bdcd6770fc4755
Commit Summary:
thermal: db8500: Depromote debug print
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/db8500_thermal.c b/drivers/thermal/db8500_thermal.c
index 372dbbaaafb8..21d4d6e6409a 100644
--- a/drivers/thermal/db8500_thermal.c
+++ b/drivers/thermal/db8500_thermal.c
@@ -152,8 +152,8 @@ static irqreturn_t prcmu_high_irq_handler(int irq, void *irq_data)
 		db8500_thermal_update_config(th, idx, THERMAL_TREND_RAISING,
 					     next_low, next_high);
 
-		dev_info(&th->tz->device,
-			 "PRCMU set max %ld, min %ld\n", next_high, next_low);
+		dev_dbg(&th->tz->device,
+			"PRCMU set max %ld, min %ld\n", next_high, next_low);
 	} else if (idx == num_points - 1)
 		/* So we roof out 1 degree over the max point */
 		th->interpolated_temp = db8500_thermal_points[idx] + 1;