[PATCH v3] phy: phy-brcm-usb: Remove owner assignment from platform_driver

From: Fabio Estevam
Date: Mon Apr 23 2018 - 14:06:58 EST


From: Fabio Estevam <fabio.estevam@xxxxxxx>

Structure platform_driver does not need to set the owner field, as this
will be populated by the driver core.

Generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.

Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx>
Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
---
Changes since v2:
- Fix typo on Florian's last name
Changes since v1:
- Add lkml on Cc as per Florian's request
- Add Florian's Acked-by

drivers/phy/broadcom/phy-brcm-usb.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/phy/broadcom/phy-brcm-usb.c b/drivers/phy/broadcom/phy-brcm-usb.c
index d1dab36..3973386 100644
--- a/drivers/phy/broadcom/phy-brcm-usb.c
+++ b/drivers/phy/broadcom/phy-brcm-usb.c
@@ -445,7 +445,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,
},
--
2.7.4