Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 556ae220 authored by Markus Elfring's avatar Markus Elfring Committed by Mark Brown
Browse files

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: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 29b4817d
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -533,8 +533,7 @@ static int rk808_regulator_probe(struct platform_device *pdev)
static struct platform_driver rk808_regulator_driver = {
static struct platform_driver rk808_regulator_driver = {
	.probe = rk808_regulator_probe,
	.probe = rk808_regulator_probe,
	.driver = {
	.driver = {
		.name = "rk808-regulator",
		.name = "rk808-regulator"
		.owner = THIS_MODULE,
	},
	},
};
};