Skip to content

Commit d86f908

Browse files
YueHaibingvinodkoul
authored andcommitted
phy: qualcomm: 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 9123e3a commit d86f908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ static struct platform_driver qcom_ipq806x_usb_phy_driver = {
557557
.probe = qcom_ipq806x_usb_phy_probe,
558558
.driver = {
559559
.name = "qcom-ipq806x-usb-phy",
560-
.owner = THIS_MODULE,
561560
.of_match_table = qcom_ipq806x_usb_phy_table,
562561
},
563562
};

0 commit comments

Comments
 (0)