Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a24d62d2 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Prettify wm8960 logging



The driver name gets used by dev_() logging so use something a bit
more idiomatic.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 258020d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,