Re: [PATCH] thermal/drivers/mediatek: Fix probe for THERMAL_V2

From: AngeloGioacchino Del Regno
Date: Tue Sep 19 2023 - 08:02:53 EST


Il 18/09/23 12:07, Markus Schneider-Pargmann ha scritto:
Fix the probe function to call mtk_thermal_release_periodic_ts for
everything != MTK_THERMAL_V1. This was accidentally changed from V1
to V2 in the original patch.

Reported-by: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx>
Closes: https://lore.kernel.org/lkml/B0B3775B-B8D1-4284-814F-4F41EC22F532@xxxxxxxxxxxxxxx/
Reported-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Closes: https://lore.kernel.org/lkml/07a569b9-e691-64ea-dd65-3b49842af33d@xxxxxxxxxx/
Fixes: 33140e668b10 ("thermal/drivers/mediatek: Control buffer enablement tweaks")
Signed-off-by: Markus Schneider-Pargmann <msp@xxxxxxxxxxxx>

I have no idea how it happened that I didn't notice that mistake.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>