Skip to content

Commit f664a6b

Browse files
bbkzzdlezcano
authored andcommitted
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
1 parent 02cf5bc commit f664a6b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/thermal/sun8i_thermal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
#define SUN50I_H6_THS_PC_TEMP_PERIOD(x) ((GENMASK(19, 0) & (x)) << 12)
5757
#define SUN50I_H6_THS_DATA_IRQ_STS(x) BIT(x)
5858

59-
/* millidegree celsius */
60-
6159
struct tsensor {
6260
struct ths_device *tmdev;
6361
struct thermal_zone_device *tzd;

0 commit comments

Comments
 (0)