OSDN Git Service

thermal: Remove debug or error messages in get_temp() ops
[tomoyo/tomoyo-test1.git] / drivers / thermal / rockchip_thermal.c
index 8a51eb2..71e533d 100644 (file)
@@ -1233,9 +1233,6 @@ static int rockchip_thermal_get_temp(struct thermal_zone_device *tz, int *out_te
 
        retval = tsadc->get_temp(&tsadc->table,
                                 sensor->id, thermal->regs, out_temp);
-       dev_dbg(&thermal->pdev->dev, "sensor %d - temp: %d, retval: %d\n",
-               sensor->id, *out_temp, retval);
-
        return retval;
 }