diff options
author | Biju Das <[email protected]> | 2022-10-25 16:56:56 +0100 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2022-10-27 09:30:59 +0200 |
commit | d887087c896881715c1a82f1d4f71fbfe5344ffd (patch) | |
tree | e8fc2b297018f12ab45e4738a7cd255876c58da2 /lib/mpi/mpi-sub-ui.c | |
parent | 702de2c21eed04c67cefaaedc248ef16e5f6b293 (diff) |
can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L
RZ/G2L has separate channel specific IRQs for transmit and error
interrupts. But the IRQ handler processes both channels, even if there
no interrupt occurred on one of the channels.
This patch fixes the issue by passing a channel specific context
parameter instead of global one for the IRQ register and the IRQ
handler, it just handles the channel which is triggered the interrupt.
Fixes: 76e9353a80e9 ("can: rcar_canfd: Add support for RZ/G2L family")
Signed-off-by: Biju Das <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Cc: [email protected]
[mkl: adjust commit message]
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions