Re: [PATCH v3 2/6] gpio: max77620: Fix missing release of interrupt

From: Dmitry Osipenko
Date: Thu Jul 09 2020 - 12:36:10 EST


09.07.2020 17:57, Laxman Dewangan ÐÐÑÐÑ:
>
>
> On Thursday 09 July 2020 01:53 AM, Dmitry Osipenko wrote:
>> External email: Use caution opening links or attachments
>>
>>
>> The requested interrupt is never released by the driver. Fix this by
>> using the resource-managed variant of request_threaded_irq().
>>
>> Fixes: ab3dd9cc24d4 ("gpio: max77620: Fix interrupt handling")
>> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
>
>
> Looks good to me.
> Acked-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>

Hello, Laxman! Thank you very much for taking a look at this series!

I missed to add the stable tag to this patch, so will prepare a v4 with
the corrected tag. I'll also add yours acks and Andy's r-bs to the
patches. Thanks!