Re: [PATCH 3/3] thermal: mtk_thermal: make device_reset optional

2020-10-27 Thread Matthias Brugger
On 21/10/2020 18:42, Fabien Parent wrote: MT8516 does not support thermal reset. Use device_reset_optional instead of device_reset. Signed-off-by: Fabien Parent Reviewed-by: Matthias Brugger --- drivers/thermal/mtk_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 3/3] thermal: mtk_thermal: make device_reset optional

2020-10-21 Thread Fabien Parent
MT8516 does not support thermal reset. Use device_reset_optional instead of device_reset. Signed-off-by: Fabien Parent --- drivers/thermal/mtk_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/mtk_thermal.c b/drivers/thermal/mtk_thermal.c index