We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8fef6 commit 57c984fCopy full SHA for 57c984f
drivers/tty/serial/sh-sci.c
@@ -590,7 +590,7 @@ static void sci_start_tx(struct uart_port *port)
590
dma_submit_error(s->cookie_tx)) {
591
if (s->cfg->regtype == SCIx_RZ_SCIFA_REGTYPE)
592
/* Switch irq from SCIF to DMA */
593
- disable_irq(s->irqs[SCIx_TXI_IRQ]);
+ disable_irq_nosync(s->irqs[SCIx_TXI_IRQ]);
594
595
s->cookie_tx = 0;
596
schedule_work(&s->work_tx);
0 commit comments