Skip to content

Commit

Permalink
phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warnings
Browse files Browse the repository at this point in the history
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: Kishon Vijay Abraham I <kishon@ti.com>
  • Loading branch information
YueHaibing authored and Kishon Vijay Abraham I committed Jun 20, 2019
1 parent c886ec0 commit c7a787d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/phy/broadcom/phy-brcm-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ static struct platform_driver brcm_usb_driver = {
.probe = brcm_usb_phy_probe,
.driver = {
.name = "brcmstb-usb-phy",
.owner = THIS_MODULE,
.pm = &brcm_usb_phy_pm_ops,
.of_match_table = brcm_usb_dt_ids,
},
Expand Down

0 comments on commit c7a787d

Please sign in to comment.