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

Commit a456fe3d authored by kbuild test robot's avatar kbuild test robot Committed by Michael Turquette
Browse files

clk: qcom: fix platform_no_drv_owner.cocci warnings



drivers/clk/qcom/lcc-msm8960.c:577:3-8: No need to set .owner here. The core will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent 3b34109a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -574,7 +574,6 @@ static struct platform_driver lcc_msm8960_driver = {
	.remove		= lcc_msm8960_remove,
	.driver		= {
		.name	= "lcc-msm8960",
		.owner	= THIS_MODULE,
		.of_match_table = lcc_msm8960_match_table,
	},
};