All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
@ 2010-09-08 17:29 ` Scott Ellis
  0 siblings, 0 replies; 8+ messages in thread
From: Scott Ellis @ 2010-09-08 17:29 UTC (permalink / raw)
  To: linux-omap, Eero Nurkkala
  Cc: Tony Lindgren, Jarkko Nikula, Russell King, linux-arm-kernel,
	Peter Ujfalusi

Looks like a typo from commit d6d834b010.

Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
---
 arch/arm/plat-omap/mcbsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
index e31496e..0c8612f 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;

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-10  5:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 17:29 [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler Scott Ellis
2010-09-08 17:29 ` Scott Ellis
2010-09-09  6:17 ` Eero Nurkkala
2010-09-09  6:17   ` Eero Nurkkala
2010-09-09  6:24 ` Jarkko Nikula
2010-09-09  6:24   ` Jarkko Nikula
2010-09-10  5:30 ` Peter Ujfalusi
2010-09-10  5:30   ` Peter Ujfalusi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.