Skip to content

Commit 8122966

Browse files
YueHaibingbebarino
authored andcommitted
clk: mediatek: fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent e7e6198 commit 8122966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/mediatek/clk-mt2712.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ static struct platform_driver clk_mt2712_drv = {
14631463
.probe = clk_mt2712_probe,
14641464
.driver = {
14651465
.name = "clk-mt2712",
1466-
.owner = THIS_MODULE,
14671466
.of_match_table = of_match_clk_mt2712,
14681467
},
14691468
};

0 commit comments

Comments
 (0)