summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorYangtao Li <frank.li@vivo.com>2023-06-26 15:55:15 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2023-08-16 10:57:29 +0300
commitf664a6b5a9740ae5f4a8c36d01ba0752a1f4a0e0 (patch)
treec39e6c9a1f32452d5fe4f03443da6b5eb55d1e13 /drivers/thermal
parent02cf5bcbd0a0283ecc13cceceeb43de45d79c85e (diff)
downloadlinux-f664a6b5a9740ae5f4a8c36d01ba0752a1f4a0e0.tar.xz
thermal/drivers/sun8i: Remove unneeded comments
It's redundant, let's remove it. Signed-off-by: Yangtao Li <frank.li@vivo.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230626125515.18830-1-frank.li@vivo.com
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/sun8i_thermal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/sun8i_thermal.c b/drivers/thermal/sun8i_thermal.c
index cca16d632d9f..c38d5f1f212d 100644
--- a/drivers/thermal/sun8i_thermal.c
+++ b/drivers/thermal/sun8i_thermal.c
@@ -56,8 +56,6 @@
#define SUN50I_H6_THS_PC_TEMP_PERIOD(x) ((GENMASK(19, 0) & (x)) << 12)
#define SUN50I_H6_THS_DATA_IRQ_STS(x) BIT(x)
-/* millidegree celsius */
-
struct tsensor {
struct ths_device *tmdev;
struct thermal_zone_device *tzd;