Re: [PATCH v3 1/4] hwmon: (gpd-fan): drop global driver data and use per-device allocation

From: Pei Xiao

Date: Tue Jun 09 2026 - 21:31:26 EST




在 2026/6/9 21:04, Guenter Roeck 写道:
> On 6/7/26 18:40, xiaopeitux@xxxxxxxxxxx wrote:
>> From: Pei Xiao <xiaopei01@xxxxxxxxxx>
>>
>> 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.
>> ---
>
> I got:
>
> Commit
>
>   beb0e2d1add1e2 ("hwmon: (gpd-fan): drop global driver data and use
> per-device allocation")
>
> is missing a Signed-off-by from its author 
>
hi Guenter,
    Sorry for wasting your time.
    I made a mistake. I thought the content between the
first |---| delimiter and the second delimiter 
was invisible to |git am|, and the content between the second and third |


---| delimiters was visible, 
so I lost the |sob|. I will resend version 4 with my |sob|.

Pei 

> Since it is the first patch of the series I had to drop the entire
> series.
> Please resend with proper tags.
>
> Guenter