From: Daniel Mack <zonque@gmail.com>
To: Stephen Boyd <sboyd@codeaurora.org>, Mark Brown <broonie@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table
Date: Sat, 24 May 2014 09:23:51 +0200 [thread overview]
Message-ID: <53804907.7010004@gmail.com> (raw)
In-Reply-To: <1400890613-5704-1-git-send-email-sboyd@codeaurora.org>
On 05/24/2014 02:16 AM, Stephen Boyd wrote:
> Failure to terminate this match table can lead to boot failures
> depending on where the compiler places the match table.
>
> Cc: Daniel Mack <zonque@gmail.com>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Daniel Mack <zonque@gmail.com>
> ---
> sound/soc/pxa/pxa-ssp.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
> index a3119a00d8fa..dd35e7be1d8b 100644
> --- a/sound/soc/pxa/pxa-ssp.c
> +++ b/sound/soc/pxa/pxa-ssp.c
> @@ -810,6 +810,7 @@ static const struct snd_soc_component_driver pxa_ssp_component = {
> #ifdef CONFIG_OF
> static const struct of_device_id pxa_ssp_of_ids[] = {
> { .compatible = "mrvl,pxa-ssp-dai" },
> + {}
> };
> #endif
>
>
next prev parent reply other threads:[~2014-05-24 7:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-24 0:16 [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table Stephen Boyd
2014-05-24 7:23 ` Daniel Mack [this message]
2014-05-26 13:39 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53804907.7010004@gmail.com \
--to=zonque@gmail.com \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.