Re: [PATCH] net: ath9k: use devm for gpio_request_one
From: Toke Høiland-Jørgensen
Date: Fri Aug 02 2024 - 06:00:53 EST
Rosen Penev <rosenp@xxxxxxxxx> writes:
> 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.
Ah, no, you're right; was confusing the PCI-internal device managed
thing with the generic one :)
-Toke