diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-09 20:41:26 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-10 01:11:34 -0400 |
commit | 511d8cf0ab3d2e4ec3f3f672b06a83f17874b83b (patch) | |
tree | a0f36bae9be9159f2d6ad72d284859736edef7ad | |
parent | 371e7305c6c348d9e14a98fe337fadbd4106cfef (diff) |
ASoC: Fix typo in wm8750 spi_ids
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | sound/soc/codecs/wm8750.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index 65fe78aa3757..e6f47f49357d 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -782,7 +782,7 @@ static const struct spi_device_id wm8750_spi_ids[] = { | |||
782 | { "wm8750", 0 }, | 782 | { "wm8750", 0 }, |
783 | { "wm8987", 0 }, | 783 | { "wm8987", 0 }, |
784 | }; | 784 | }; |
785 | MODULE_DEVICE_TABLE(spi, wm8750_spi_id); | 785 | MODULE_DEVICE_TABLE(spi, wm8750_spi_ids); |
786 | 786 | ||
787 | static struct spi_driver wm8750_spi_driver = { | 787 | static struct spi_driver wm8750_spi_driver = { |
788 | .driver = { | 788 | .driver = { |