Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property

The property samsung,tmu_cal_mode is not used and not used. We can
safely remove it.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Eduardo Valentin
ef9b36d9 50fdd36f

-2
-1
drivers/thermal/samsung/exynos_tmu.c
··· 1168 1168 pdata->default_temp_offset = (u8)value; 1169 1169 1170 1170 of_property_read_u32(np, "samsung,tmu_cal_type", &pdata->cal_type); 1171 - of_property_read_u32(np, "samsung,tmu_cal_mode", &pdata->cal_mode); 1172 1171 1173 1172 of_node_put(np); 1174 1173 return 0;
-1
drivers/thermal/samsung/exynos_tmu.h
··· 70 70 71 71 enum soc_type type; 72 72 u32 cal_type; 73 - u32 cal_mode; 74 73 }; 75 74 76 75 #endif /* _EXYNOS_TMU_H */