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

Commit 57c4a2ac authored by Markus Elfring's avatar Markus Elfring Committed by Stephen Boyd
Browse files

clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"



The field "owner" is set by the core.
Thus delete an unneeded 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 avatarStephen Boyd <sboyd@codeaurora.org>
parent 7e6a3a1d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1332,7 +1332,6 @@ static struct platform_driver gcc_ipq4019_driver = {
	.probe		= gcc_ipq4019_probe,
	.driver		= {
		.name	= "qcom,gcc-ipq4019",
		.owner	= THIS_MODULE,
		.of_match_table = gcc_ipq4019_match_table,
	},
};