Skip to content

Commit

Permalink
ASoC: pxa: pxa-ssp: Terminate of match table
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Mark Brown committed May 26, 2014
1 parent c9eaa44 commit 4c715c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/pxa/pxa-ssp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c715c7

Please sign in to comment.