aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-11 12:23:22 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-11 12:30:13 +0900
commitfeb00dceb5af57ce34514ce66096b32d133ded3d (patch)
tree407ac5c8d699cc2ebf5d7c5a91a16fb9dc1e3de8 /sound/soc
parentASoC: Add missing break in WM8994 probe (diff)
downloadlinux-dev-feb00dceb5af57ce34514ce66096b32d133ded3d.tar.xz
linux-dev-feb00dceb5af57ce34514ce66096b32d133ded3d.zip
ASoC: Terminate WM8750 SPI device ID table
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm8750.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index e6f47f49357d..82ac5fcaa2b2 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -781,6 +781,7 @@ static int __devexit wm8750_spi_remove(struct spi_device *spi)
static const struct spi_device_id wm8750_spi_ids[] = {
{ "wm8750", 0 },
{ "wm8987", 0 },
+ { 0, 0 },
};
MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);