From: Mark Brown Date: Thu, 11 Aug 2011 03:23:22 +0000 (+0900) Subject: ASoC: Terminate WM8750 SPI device ID table X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=feb00dceb5af57ce34514ce66096b32d133ded3d;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git ASoC: Terminate WM8750 SPI device ID table Signed-off-by: Mark Brown Reported-by: Stephen Rothwell --- 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);