[alsa-devel] [PATCH] ASoC: Fix typo in wm8750 spi_ids
10 Aug
2011
10 Aug
'11
2:42 a.m.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com Reported-by: Stephen Rothwell sfr@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
4883
Age (days ago)
4883
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown