projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371e730
)
ASoC: Fix typo in wm8750 spi_ids
author
Mark Brown
<
[email protected]
>
Wed, 10 Aug 2011 00:41:26 +0000
(09:41 +0900)
committer
Mark Brown
<
[email protected]
>
Wed, 10 Aug 2011 05:11:34 +0000
(14:11 +0900)
Signed-off-by: Mark Brown <
[email protected]
>
Reported-by: Stephen Rothwell <
[email protected]
>
sound/soc/codecs/wm8750.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8750.c
b/sound/soc/codecs/wm8750.c
index 65fe78aa37579fcc2cef105d611696eaaad263b3..e6f47f49357d942a402d6192fede79442b43ff36 100644
(file)
--- 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[] = {
{ "wm8750", 0 },
{ "wm8987", 0 },
};
-MODULE_DEVICE_TABLE(spi, wm8750_spi_id);
+MODULE_DEVICE_TABLE(spi, wm8750_spi_id
s
);
static struct spi_driver wm8750_spi_driver = {
.driver = {