aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rk808-regulator.c
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2016-08-15 10:30:31 +0200
committerMark Brown <broonie@kernel.org>2016-08-15 13:46:55 +0100
commit556ae220ac64b6564be8d76d855e26b65fcf75bf (patch)
tree010f770197679a98e3c1b65e0777240234f85148 /drivers/regulator/rk808-regulator.c
parentLinux 4.8-rc1 (diff)
downloadlinux-dev-556ae220ac64b6564be8d76d855e26b65fcf75bf.tar.xz
linux-dev-556ae220ac64b6564be8d76d855e26b65fcf75bf.zip
regulator: rk808: Delete owner assignment
The field "owner" is set by core. Thus delete an extra initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/rk808-regulator.c')
-rw-r--r--drivers/regulator/rk808-regulator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c
index 40d07ba036e7..a6767494d39b 100644
--- a/drivers/regulator/rk808-regulator.c
+++ b/drivers/regulator/rk808-regulator.c
@@ -533,8 +533,7 @@ static int rk808_regulator_probe(struct platform_device *pdev)
static struct platform_driver rk808_regulator_driver = {
.probe = rk808_regulator_probe,
.driver = {
- .name = "rk808-regulator",
- .owner = THIS_MODULE,
+ .name = "rk808-regulator"
},
};