[alsa-devel] [PATCH] ASoC: Fix typo in wm8750 spi_ids
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Aug 10 02:42:23 CEST 2011
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
---
I've already applied this.
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 f0ccbef..0fa742f 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -790,7 +790,7 @@ static const struct spi_device_id wm8750_spi_ids[] = {
{ "wm8750", 0 },
{ "wm8987", 0 },
};
-MODULE_DEVICE_TABLE(spi, wm8750_spi_id);
+MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);
static struct spi_driver wm8750_spi_driver = {
.driver = {
--
1.7.5.4
More information about the Alsa-devel
mailing list