Blackfin: dma: bf54x: add missing break for SPORT1 TX IRQ
Reported-by: D Binderman <dcb314@hotmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
99a5b2878b
commit
a71159b96a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue