diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-02-11 21:12:00 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-02-19 02:22:27 +0100 |
commit | ef9b36d9101eb2d5827699a4e969c719fb8812c0 (patch) | |
tree | bf02fca6871470478ed5b0764cce5ca6ef3667a5 /drivers/thermal/samsung/exynos_tmu.c | |
parent | thermal: zx2967: add thermal driver for ZTE's zx2967 family (diff) | |
download | linux-ef9b36d9101eb2d5827699a4e969c719fb8812c0.tar.xz linux-ef9b36d9101eb2d5827699a4e969c719fb8812c0.zip |
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>
Diffstat (limited to 'drivers/thermal/samsung/exynos_tmu.c')
-rw-r--r-- | drivers/thermal/samsung/exynos_tmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index ad1186dd6132..7b8ef09d2b3c 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c @@ -1168,7 +1168,6 @@ static int exynos_of_sensor_conf(struct device_node *np, pdata->default_temp_offset = (u8)value; of_property_read_u32(np, "samsung,tmu_cal_type", &pdata->cal_type); - of_property_read_u32(np, "samsung,tmu_cal_mode", &pdata->cal_mode); of_node_put(np); return 0; |