提交 a71159b9 编写于 作者: M Mike Frysinger

Blackfin: dma: bf54x: add missing break for SPORT1 TX IRQ

Reported-by: ND Binderman <dcb314@hotmail.com>
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 99a5b287
......@@ -63,6 +63,7 @@ int channel2irq(unsigned int channel)
break;
case CH_SPORT1_TX:
ret_irq = IRQ_SPORT1_TX;
break;
case CH_SPI0:
ret_irq = IRQ_SPI0;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册