aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/mcbsp.c
diff options
context:
space:
mode:
authorScott Ellis <scott@jumpnowtek.com>2010-09-23 18:47:23 -0700
committerTony Lindgren <tony@atomide.com>2010-09-23 18:47:23 -0700
commitcb922d2596593bac0bf0597eb305cc9bc136cec5 (patch)
treeeddf23df64b36b29bab3116e7b55f8c151d097c9 /arch/arm/plat-omap/mcbsp.c
parentomap: Fix compile dependency to LEDS_CLASS (diff)
downloadlinux-dev-cb922d2596593bac0bf0597eb305cc9bc136cec5.tar.xz
linux-dev-cb922d2596593bac0bf0597eb305cc9bc136cec5.zip
omap: McBSP: tx_irq_completion used in rx_irq_handler
Looks like a typo from commit d6d834b010. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/mcbsp.c')
-rw-r--r--arch/arm/plat-omap/mcbsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
index e31496e35b0f..0c8612fd8312 100644
--- a/arch/arm/plat-omap/mcbsp.c
+++ b/arch/arm/plat-omap/mcbsp.c
@@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id)
/* Writing zero to RSYNC_ERR clears the IRQ */
MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
} else {
- complete(&mcbsp_rx->tx_irq_completion);
+ complete(&mcbsp_rx->rx_irq_completion);
}
return IRQ_HANDLED;