Re: [PATCH] net: ath9k: use devm for gpio_request_one

From: Toke Høiland-Jørgensen
Date: Thu Aug 01 2024 - 04:27:00 EST


Rosen Penev <rosenp@xxxxxxxxx> writes:

> No need to manually free the gpio now.
>
> Remove if statement as it's redundant now. The gpio bit now gets cleared
> whether set or not.
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>

So presumably these will conflict with this patch?

https://patchwork.kernel.org/project/linux-wireless/patch/3b46f6c7-4372-4cc9-9a7c-2c1c06d29324@xxxxxxxxx/

-Toke