summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/ad1836.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-15 15:29:21 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-16 11:42:01 +0100
commit0679059a41413069d887a03c5db1c98dc273d6a3 (patch)
tree851dafc96bf49ca76ae517060d526919936b954f /sound/soc/codecs/ad1836.c
parentd4d80f5e46872b947357b44cf75d3e9fe97789d8 (diff)
ASoC: AD1836: fix codec name
The codec name should not have a "-codec" suffix since this is not part of a MFD. This was incorrectly changed during the multi-component updated. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/ad1836.c')
-rw-r--r--sound/soc/codecs/ad1836.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c
index 816b85293e67..9cc6123cf7ea 100644
--- a/sound/soc/codecs/ad1836.c
+++ b/sound/soc/codecs/ad1836.c
@@ -375,7 +375,7 @@ MODULE_DEVICE_TABLE(spi, ad1836_ids);
static struct spi_driver ad1836_spi_driver = {
.driver = {
- .name = "ad1836-codec",
+ .name = "ad1836",
.owner = THIS_MODULE,
},
.probe = ad1836_spi_probe,