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 <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20200725031624.31432-1-yuehaibing@huawei.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 9123e3a commit d86f908

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)