Skip to content

Commit

Permalink
clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"
Browse files Browse the repository at this point in the history
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: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Markus Elfring authored and Stephen Boyd committed Aug 17, 2016
1 parent 7e6a3a1 commit 57c4a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/qcom/gcc-ipq4019.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 57c4a2a

Please sign in to comment.