diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-07-08 17:01:45 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-08 17:01:45 +0200 |
commit | ecba3287b4121dcf3ca7607fe71c205913edec06 (patch) | |
tree | 3e48c8b049d462f739893ce33272ee546ee147db /arch/arm/plat-omap/mcbsp.c | |
parent | omap2+: fix build regression (diff) | |
parent | Merge branch 'peter/topic/for-tony_mach-cleanup' of git://gitorious.org/omap-... (diff) | |
download | linux-ecba3287b4121dcf3ca7607fe71c205913edec06.tar.xz 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.c | 3 |
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)) |