Re: [PATCH 3/3] Fixes: 15847537b623 ("firmware: stratix10-rsu: Migrate RSU driver to use stratix10 asynchronous framework.")

From: NG, TZE YEE

Date: Thu May 14 2026 - 22:16:14 EST


On 15/5/2026 1:18 am, Dinh Nguyen wrote:
>
>
> On 5/14/26 02:32, tze.yee.ng@xxxxxxxxxx wrote:
>> From: Tze Yee Ng <tze.yee.ng@xxxxxxxxxx>
>>
>> After stratix10_svc_add_async_client() succeeds, probe error paths and
>> remove() must call stratix10_svc_remove_async_client() before
>> stratix10_svc_free_channel(). Otherwise async state is left allocated
>> while the channel is released.
>>
>> Signed-off-by: Tze Yee Ng <tze.yee.ng@xxxxxxxxxx>
>> ---
>>   drivers/firmware/stratix10-rsu.c | 11 ++++++++++-
>>   1 file changed, 10 insertions(+), 1 deletion(-)
>>
>
> This is not the correct method for adding the Fixes tag. Please refer to:
>
> Documentation/process/5.Posting.rst
>
> Documentation/process/stable-kernel-rules.rst
>
> Dinh
Submitted v2 to fix the commit title and move the fixes tag to the
commit messages.

Thanks for review,
Regards,
Tze Yee