commit | ad00a325a09791f4637bf5d2ec627ed2c292653e | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Mar 10 18:49:20 2020 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Mon Mar 16 15:48:54 2020 +0000 |
tree | 27d84735fa3a482c96944f0568f4293bc1d08cc7 | |
parent | 4ddfc459d07a9e1b39d1ca8621d9a39408ea289a [diff] |
ARM: sa1111: Fix irq_retrigger callback return value The irq_retrigger callback is supposed to return 0 when retrigger has failed, and a non-zero value otherwise. Tell the core code that the driver has succedded in using the HW to retrigger the interrupt (if ever). Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200310184921.23552-4-maz@kernel.org