commit | 291292cddccaca99f48b4701121bcb1870e4f7ce | [log] [tgz] |
---|---|---|
author | Yangtao Li <tiny.windzz@gmail.com> | Sun Jan 12 18:09:25 2020 +0000 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Jan 27 11:41:08 2020 +0100 |
tree | bf6e68ca26181a5f661f87dbf7102902d67296e8 | |
parent | 69d5f3a9c0c9044202db8793f34f0f0eb1e0302b [diff] |
thermal: sun8i: Remove unused variable and unneeded macros The cp_ft_flag variable is not used after initialization, so delete it. After that, THS_EFUSE_CP_FT_MASK, THS_EFUSE_CP_FT_BIT and THS_CALIBRATION_IN_FT are not needed, so delete them. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200112180925.23705-1-tiny.windzz@gmail.com