Commit d86f9088 authored by YueHaibing's avatar YueHaibing Committed by Vinod Koul
Browse files

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: default avatarYueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200725031624.31432-1-yuehaibing@huawei.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 9123e3a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -557,7 +557,6 @@ static struct platform_driver qcom_ipq806x_usb_phy_driver = {
	.probe		= qcom_ipq806x_usb_phy_probe,
	.driver		= {
		.name	= "qcom-ipq806x-usb-phy",
		.owner	= THIS_MODULE,
		.of_match_table = qcom_ipq806x_usb_phy_table,
	},
};