commit | 44270b5c6e8e7e8984813fd68bfac50d10c2fcb7 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Apr 14 17:39:41 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Apr 17 13:19:07 2020 -0500 |
tree | ff9e54b7bf8634a583947da21117c6a5dbda5470 | |
parent | 75b42d8a37b09cff7dc088515ad15f5f6657a8d0 [diff] |
irq: Remove return value from IRQ_CONNECT and IRQ_DIRECT_CONNECT The return value of the interrupt is never used, so remove the functionality from the API. We ripple this change into the ARCH_IRQ_CONNECT and ARCH_IRQ_DIRECT_CONNECT implementations. With this change we can also remove the compound expression as that is not needed anymore. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>