* [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table
@ 2014-05-24 0:16 Stephen Boyd
2014-05-24 7:23 ` Daniel Mack
2014-05-26 13:39 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Stephen Boyd @ 2014-05-24 0:16 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-kernel, Daniel Mack
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>
---
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
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table
2014-05-24 0:16 [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table Stephen Boyd
@ 2014-05-24 7:23 ` Daniel Mack
2014-05-26 13:39 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Mack @ 2014-05-24 7:23 UTC (permalink / raw)
To: Stephen Boyd, Mark Brown; +Cc: linux-kernel
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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table
2014-05-24 0:16 [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table Stephen Boyd
2014-05-24 7:23 ` Daniel Mack
@ 2014-05-26 13:39 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-05-26 13:39 UTC (permalink / raw)
To: Stephen Boyd; +Cc: linux-kernel, Daniel Mack
[-- Attachment #1: Type: text/plain, Size: 204 bytes --]
On Fri, May 23, 2014 at 05:16:49PM -0700, Stephen Boyd wrote:
> Failure to terminate this match table can lead to boot failures
> depending on where the compiler places the match table.
Applied, thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-26 13:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24 0:16 [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table Stephen Boyd
2014-05-24 7:23 ` Daniel Mack
2014-05-26 13:39 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox