Skip to content
Commit f7632145 authored by Kazuya Mizuguchi's avatar Kazuya Mizuguchi
Browse files

serial: sh-sci: Fix illegal use of disable_irq_nosync in error interrupt



If error interrupt occurs during the DMA transfer enabled,
the sci_er_interrupt() and sci_rx_interrupt() in sci_mpxed_interrupt()
calls disable_irq_nosync() twice.
This patch avoids called disable_irq_nosync() in sci_er_interrupt().

Signed-off-by: default avatarKazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>
parent fa89ce97
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment