Re: [PATCH 4/6] gpio: mxc: use devres for irq generic chip

From: Bartosz Golaszewski
Date: Wed Aug 02 2017 - 04:26:19 EST


2017-08-02 10:09 GMT+02:00 Alexander Stein
<alexander.stein@xxxxxxxxxxxxxxxxxxxxx>:
> Hi,
>
> On Wednesday 02 August 2017 09:51:24, Bartosz Golaszewski wrote:
>> Use resource managed variants of irq_alloc_generic_chip() and
>> irq_setup_generic_chip().
>
> Is this really useful for drivers which can only be built-in? This is probably
> valid for the other drives as well.
>
> Best regards,
> Alexander
>

gpio-pch and gpio-ml-ioh are loadable and they leak the resources
allocated with these routines. Other drivers affected by this series
already use other devm_*() functions and these changes just make them
more consistent.

Thanks,
Bartosz