lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 24 May 2014 09:23:51 +0200
From:	Daniel Mack <zonque@...il.com>
To:	Stephen Boyd <sboyd@...eaurora.org>,
	Mark Brown <broonie@...nel.org>
CC:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ASoC: pxa: pxa-ssp: Terminate of match table

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@...il.com>
> Signed-off-by: Stephen Boyd <sboyd@...eaurora.org>

Acked-by: Daniel Mack <zonque@...il.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
>  
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ