From 6fb2666e8bf6c2e919f760d4fc03df9377d0dac2 Mon Sep 17 00:00:00 2001 From: Jarkko Nikula Date: Wed, 14 Oct 2009 09:56:35 -0700 Subject: [PATCH] --- yaml --- r: 167598 b: refs/heads/master c: a93d4ed2052d19029802ce14bb6e4b2f212d0cad h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/mcbsp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5dc1a701c45f..0e698be0fbf0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 02563a5d56ac1d3978118c8498ae301d68ef7942 +refs/heads/master: a93d4ed2052d19029802ce14bb6e4b2f212d0cad diff --git a/trunk/arch/arm/plat-omap/mcbsp.c b/trunk/arch/arm/plat-omap/mcbsp.c index 88ac9768f1c1..e664b912d7bb 100644 --- a/trunk/arch/arm/plat-omap/mcbsp.c +++ b/trunk/arch/arm/plat-omap/mcbsp.c @@ -595,7 +595,7 @@ void omap_mcbsp_stop(unsigned int id, int tx, int rx) rx &= 1; if (cpu_is_omap2430() || cpu_is_omap34xx()) { w = OMAP_MCBSP_READ(io_base, RCCR); - w |= (tx ? RDISABLE : 0); + w |= (rx ? RDISABLE : 0); OMAP_MCBSP_WRITE(io_base, RCCR, w); } w = OMAP_MCBSP_READ(io_base, SPCR1);