mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
258020d088
commit
a24d62d297
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue