public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] This patch fixes the typo which breaks the build on OMAP1
@ 2008-09-09  7:40 Arun KS
  2008-09-10  7:18 ` Jarkko Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Arun KS @ 2008-09-09  7:40 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

Signed-off-by: Arun KS <arunks@mistralsolutions.com>
---
 sound/soc/omap/omap-mcbsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c
index a217cf2..3a4cc4b 100644
--- a/sound/soc/omap/omap-mcbsp.c
+++ b/sound/soc/omap/omap-mcbsp.c
@@ -96,7 +96,7 @@ static const int omap24xx_dma_reqs[][2] = {
 #endif
 };
 #else
-static const int omap2420_dma_reqs[][2] = {};
+static const int omap24xx_dma_reqs[][2] = {};
 #endif

 #if defined(CONFIG_ARCH_OMAP2420)
-- 
1.5.3.4

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

end of thread, other threads:[~2008-09-10 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09  7:40 [PATCH] This patch fixes the typo which breaks the build on OMAP1 Arun KS
2008-09-10  7:18 ` Jarkko Nikula
2008-09-10 17:40   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox