dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Mike Frysinger 2010-09-07 20:07:58 +00:00
parent 99a5b2878b
commit a71159b96a
1 changed files with 1 additions and 0 deletions

View File

@ -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;