On Tue, May 19, 2020 at 3:12 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > Add missed acpi_gpiochip_free_interrupts() call when unregistering ports. > > While at it, drop extra check to call acpi_gpiochip_request_interrupts(). > There is no need to have an additional check to call > acpi_gpiochip_request_interrupts(). Even without any interrupts available > the registered ACPI Event handlers can be useful for debugging purposes. > > Fixes: e6cb3486f5a1 ("gpio: dwapb: add gpio-signaled acpi event support") > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Acked-by: Serge Semin <fancer.lancer@xxxxxxxxx> > Tested-by: Serge Semin <fancer.lancer@xxxxxxxxx> > --- > v3: appended tags (Serge) All four patches applied, thanks! Yours, Linus Walleij