ASoC: pxa: pxa-ssp: Terminate of match table
authorStephen Boyd <sboyd@codeaurora.org>
Sat, 24 May 2014 00:16:49 +0000 (17:16 -0700)
committerMark Brown <broonie@linaro.org>
Mon, 26 May 2014 13:38:50 +0000 (14:38 +0100)
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 <sboyd@codeaurora.org>
Acked-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/pxa/pxa-ssp.c

index a3119a00d8fac8ef8295ef3593f16a60c2603aab..dd35e7be1d8b99bee1694f6d31f5f80d166b3540 100644 (file)
@@ -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