Skip to content

Commit

Permalink
ASoC: Prettify wm8960 logging
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Mar 3, 2010
1 parent 258020d commit a24d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8960.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a24d62d

Please sign in to comment.