Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / thermal / db8500_thermal.c
index 372dbba..21d4d6e 100644 (file)
@@ -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;