projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359f64f
)
omap: McBSP: tx_irq_completion used in rx_irq_handler
author
Scott Ellis
<scott@jumpnowtek.com>
Fri, 24 Sep 2010 01:47:23 +0000
(18:47 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 24 Sep 2010 01:47:23 +0000
(18:47 -0700)
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>
arch/arm/plat-omap/mcbsp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/mcbsp.c
b/arch/arm/plat-omap/mcbsp.c
index e31496e35b0f452d4ff9e375855718fc0a078d40..0c8612fd831237164968b1f2120a1134618557e3 100644
(file)
--- 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->
t
x_irq_completion);
+ complete(&mcbsp_rx->
r
x_irq_completion);
}
return IRQ_HANDLED;