Re: [PATCH v9 8/9] thermal/drivers/exynos: Add missing drvdata assignment in Exynos TMU probe
From: Krzysztof Kozlowski
Date: Mon Sep 14 2026 - 03:10:33 EST
On 13/09/2026 16:58, Anand Moon wrote:
> Add dev_set_drvdata(&pdev->dev, data) early in the probe function,
> ensuring that the driver data is properly registered and accessible
> throughout the lifecycle of the device.
>
> Signed-off-by: Anand Moon <linux.amoon@xxxxxxxxx>
This is somehow confusing or completely incorrect code.
Either this was needed by the driver or not. If it was, then why no bug
is being described? If this was not needed, then you are doing no-op
changes.
Best regards,
Krzysztof