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

From: Rosen Penev
Date: Thu Aug 01 2024 - 04:51:02 EST


On Thu, Aug 1, 2024 at 1:26 AM Toke Høiland-Jørgensen <toke@xxxxxxxxxx> wrote:
>
> 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/
This does not look related.
>
> -Toke