[alsa-devel] [PATCH] ASoC: sh: fix build error: terminate the platform device ID list
Liam Girdwood
lrg at slimlogic.co.uk
Tue Oct 5 17:59:42 CEST 2010
On Tue, 2010-10-05 at 17:54 +0200, Guennadi Liakhovetski wrote:
> Platform driver ID table must be zero-element terminated.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski at gmx.de>
> ---
> sound/soc/sh/fsi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
> index 82c6190..dd99633 100644
> --- a/sound/soc/sh/fsi.c
> +++ b/sound/soc/sh/fsi.c
> @@ -1216,6 +1216,7 @@ static struct fsi_core fsi2_core = {
> static struct platform_device_id fsi_id_table[] = {
> { "sh_fsi", (kernel_ulong_t)&fsi1_core },
> { "sh_fsi2", (kernel_ulong_t)&fsi2_core },
> + {},
> };
> MODULE_DEVICE_TABLE(platform, fsi_id_table);
>
Acked-by: Liam Girdwood <lrg at slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
More information about the Alsa-devel
mailing list