Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162696
b: refs/heads/master
c: a2f78cf
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Pledl authored and Mike Frysinger committed Sep 17, 2009
1 parent 0b59e53 commit 62fe69b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 837ec2d56c41640d1f1238e52c350b2a516d29ba
refs/heads/master: a2f78cfc656e3013e5024460a7b8a0b3dde456d3
8 changes: 4 additions & 4 deletions trunk/arch/blackfin/mach-bf548/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ int channel2irq(unsigned int channel)
ret_irq = IRQ_SPI1;
break;
case CH_UART0_RX:
ret_irq = IRQ_UART_RX;
ret_irq = IRQ_UART0_RX;
break;
case CH_UART0_TX:
ret_irq = IRQ_UART_TX;
ret_irq = IRQ_UART0_TX;
break;
case CH_UART1_RX:
ret_irq = IRQ_UART_RX;
ret_irq = IRQ_UART1_RX;
break;
case CH_UART1_TX:
ret_irq = IRQ_UART_TX;
ret_irq = IRQ_UART1_TX;
break;
case CH_EPPI0:
ret_irq = IRQ_EPPI0;
Expand Down

0 comments on commit 62fe69b

Please sign in to comment.