Skip to content

Commit

Permalink
ASoC: ak4613: Remove owner assignment from platform_driver
Browse files Browse the repository at this point in the history
This platform_driver does not need to set an owner as it will be
populated by the driver core.

Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Fabio Estevam authored and Mark Brown committed May 30, 2016
1 parent 1a695a9 commit 99cf4b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/ak4613.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ static int ak4613_i2c_remove(struct i2c_client *client)
static struct i2c_driver ak4613_i2c_driver = {
.driver = {
.name = "ak4613-codec",
.owner = THIS_MODULE,
.of_match_table = ak4613_of_match,
},
.probe = ak4613_i2c_probe,
Expand Down

0 comments on commit 99cf4b2

Please sign in to comment.