* [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
* Re: [PATCH] This patch fixes the typo which breaks the build on OMAP1
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
0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Nikula @ 2008-09-10 7:18 UTC (permalink / raw)
To: ext Arun KS; +Cc: linux-omap@vger.kernel.org
On Tue, 9 Sep 2008 13:10:59 +0530
"ext Arun KS" <arunks@mistralsolutions.com> wrote:
> 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
>
Thanks, this is true. Is it ok if I add this fix directly in my
original patch when I have chance to send it to alsa-devel?
Acked-by: Jarkko Nikula <jarkko.nikula@nokia.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] This patch fixes the typo which breaks the build on OMAP1
2008-09-10 7:18 ` Jarkko Nikula
@ 2008-09-10 17:40 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2008-09-10 17:40 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: ext Arun KS, linux-omap@vger.kernel.org
* Jarkko Nikula <jarkko.nikula@nokia.com> [080910 00:19]:
> On Tue, 9 Sep 2008 13:10:59 +0530
> "ext Arun KS" <arunks@mistralsolutions.com> wrote:
>
> > 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
> >
> Thanks, this is true. Is it ok if I add this fix directly in my
> original patch when I have chance to send it to alsa-devel?
Pushing today to l-o tree.
Tony
^ permalink raw reply [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