Commit 3c729087d4312a4a1fa1a8b674fd9c8050cfc3db
Exists in
master
and in
4 other branches
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/tmlind/linux-omap-2.6 * 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: omap: McBSP: tx_irq_completion used in rx_irq_handler omap: Fix compile dependency to LEDS_CLASS
Showing 2 changed files Side-by-side Diff
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/mcbsp.c
| ... | ... | @@ -156,7 +156,7 @@ |
| 156 | 156 | /* Writing zero to RSYNC_ERR clears the IRQ */ |
| 157 | 157 | MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1)); |
| 158 | 158 | } else { |
| 159 | - complete(&mcbsp_rx->tx_irq_completion); | |
| 159 | + complete(&mcbsp_rx->rx_irq_completion); | |
| 160 | 160 | } |
| 161 | 161 | |
| 162 | 162 | return IRQ_HANDLED; |