summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/mcbsp.c
diff options
context:
space:
mode:
authorArnd Bergmann2011-07-08 17:01:45 +0200
committerArnd Bergmann2011-07-08 17:01:45 +0200
commitecba3287b4121dcf3ca7607fe71c205913edec06 (patch)
tree3e48c8b049d462f739893ce33272ee546ee147db /arch/arm/plat-omap/mcbsp.c
parentomap2+: fix build regression (diff)
parentMerge branch 'peter/topic/for-tony_mach-cleanup' of git://gitorious.org/omap-... (diff)
downloadkernel-qcow2-linux-ecba3287b4121dcf3ca7607fe71c205913edec06.tar.gz
kernel-qcow2-linux-ecba3287b4121dcf3ca7607fe71c205913edec06.tar.xz
kernel-qcow2-linux-ecba3287b4121dcf3ca7607fe71c205913edec06.zip
Merge branch 'cleanup-part-2' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into omap/cleanup
Diffstat (limited to 'arch/arm/plat-omap/mcbsp.c')
-rw-r--r--arch/arm/plat-omap/mcbsp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
index 455eadcd820c..3c1fbdc92468 100644
--- a/arch/arm/plat-omap/mcbsp.c
+++ b/arch/arm/plat-omap/mcbsp.c
@@ -869,9 +869,6 @@ void omap_mcbsp_start(unsigned int id, int tx, int rx)
if (cpu_is_omap34xx())
omap_st_start(mcbsp);
- mcbsp->rx_word_length = (MCBSP_READ_CACHE(mcbsp, RCR1) >> 5) & 0x7;
- mcbsp->tx_word_length = (MCBSP_READ_CACHE(mcbsp, XCR1) >> 5) & 0x7;
-
/* Only enable SRG, if McBSP is master */
w = MCBSP_READ_CACHE(mcbsp, PCR0);
if (w & (FSXM | FSRM | CLKXM | CLKRM))