Message ID | 20230911133435.14061-2-m.majewski2@samsung.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0cefaf6c89c016e9eae9f8881ecaf50e836869a9 |
Headers | show |
Series | [v2,1/7] thermal: exynos: remove an unnecessary field description | expand |
On 11/09/2023 15:34, Mateusz Majewski wrote: > It seems that the field has been removed in one of the previous commits, > but the description has been forgotten. > > Signed-off-by: Mateusz Majewski <m.majewski2@samsung.com> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index e5bc2c82010f..2c1cfb8c4b33 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c @@ -160,7 +160,6 @@ enum soc_type { * in the positive-TC generator block * 0 < reference_voltage <= 31 * @regulator: pointer to the TMU regulator structure. - * @reg_conf: pointer to structure to register with core thermal. * @tzd: pointer to thermal_zone_device structure * @ntrip: number of supported trip points. * @enabled: current status of TMU device
It seems that the field has been removed in one of the previous commits, but the description has been forgotten. Signed-off-by: Mateusz Majewski <m.majewski2@samsung.com> --- drivers/thermal/samsung/exynos_tmu.c | 1 - 1 file changed, 1 deletion(-)