Skip to content

Commit

Permalink
ASoC: wm8988: Remove unneded -codec from driver name
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 13, 2012
1 parent d2dc0a7 commit 1f5cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8988.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ MODULE_DEVICE_TABLE(i2c, wm8988_i2c_id);

static struct i2c_driver wm8988_i2c_driver = {
.driver = {
.name = "wm8988-codec",
.name = "wm8988",
.owner = THIS_MODULE,
},
.probe = wm8988_i2c_probe,
Expand Down

0 comments on commit 1f5cafb

Please sign in to comment.