Skip to content

Commit bf21c6e

Browse files
YueHaibingvireshk
authored andcommitted
opp: ti-opp-supply: 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: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 622fecb commit bf21c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/opp/ti-opp-supply.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ static struct platform_driver ti_opp_supply_driver = {
417417
.probe = ti_opp_supply_probe,
418418
.driver = {
419419
.name = "ti_opp_supply",
420-
.owner = THIS_MODULE,
421420
.of_match_table = of_match_ptr(ti_opp_supply_of_match),
422421
},
423422
};

0 commit comments

Comments
 (0)