ASoC: tscs42xx: Remove owner assignment from i2c_driver
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 24 Mar 2018 15:17:17 +0000 (12:17 -0300)
committerMark Brown <broonie@kernel.org>
Wed, 28 Mar 2018 02:15:56 +0000 (10:15 +0800)
Structure i2c_driver does not need to set the owner field, as this 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>
sound/soc/codecs/tscs42xx.c

index cfc71b5411ee739679d7cd1cd03145b4ea7eea95..bbfc73a79b18497d39270f77c034c34fc7fe35a8 100644 (file)
@@ -1443,7 +1443,6 @@ MODULE_DEVICE_TABLE(of, tscs42xx_of_match);
 static struct i2c_driver tscs42xx_i2c_driver = {
        .driver = {
                .name = "tscs42xx",
-               .owner = THIS_MODULE,
                .of_match_table = tscs42xx_of_match,
        },
        .probe =    tscs42xx_i2c_probe,