Re: [PATCH v4 1/4] hwmon: (gpd-fan): drop global driver data and use per-device allocation
From: Guenter Roeck
Date: Wed Jun 10 2026 - 09:17:57 EST
On Wed, Jun 10, 2026 at 09:49:09AM +0800, Pei Xiao wrote:
> replace the global state gpd_driver_priv with per-device private data
> (struct gpd_fan_data) allocated in probe. This allows the driver to
> support multiple instances in the future and aligns with kernel best
> practices.
>
> No functional change intended.
>
> Signed-off-by: Pei Xiao <xiaopei01@xxxxxxxxxx>
Applied.
Thanks,
Guenter