On Thu, Nov 14, 2019 at 11:26:00AM +0100, Hans de Goede wrote: > acpi_gpiochip_alloc_event is used to loop over all _AEI resources, if > we fail to bind an event handler to one of them, that is not a reason to > not try the other resources. > > This commit modifies acpi_gpiochip_alloc_event to always return AE_OK, > so that we will always try to add an event handler for all _AEI resources. Makes sense. > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>