diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-01 20:00:04 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-03 17:08:41 (GMT) |
commit | a24d62d297fad31c866eef28e3d8b691a2b14a92 (patch) | |
tree | 6aa57d4f0adb1c7691226edbc7844673c53f2790 | |
parent | 258020d0882e89c1462800a70eb414b8a4fec78c (diff) | |
download | linux-a24d62d297fad31c866eef28e3d8b691a2b14a92.tar.xz |
ASoC: Prettify wm8960 logging
The driver name gets used by dev_() logging so use something a bit
more idiomatic.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/codecs/wm8960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index d07bcc1..35171e4 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c @@ -882,7 +882,7 @@ MODULE_DEVICE_TABLE(i2c, wm8960_i2c_id); static struct i2c_driver wm8960_i2c_driver = { .driver = { - .name = "WM8960 I2C Codec", + .name = "wm8960", .owner = THIS_MODULE, }, .probe = wm8960_i2c_probe, |