From: Stephen Boyd Date: Sat, 24 May 2014 00:16:49 +0000 (-0700) Subject: ASoC: pxa: pxa-ssp: Terminate of match table X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c715c758c72ec5885ccfadf4e98ca76262ba619;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: pxa: pxa-ssp: Terminate of match table Failure to terminate this match table can lead to boot failures depending on where the compiler places the match table. Signed-off-by: Stephen Boyd Acked-by: Daniel Mack Signed-off-by: Mark Brown --- 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