mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
phy: 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> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
208d3423ee
commit
9dc211c613
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ static struct platform_driver mvebu_a3700_utmi_driver = {
|
||||||
.probe = mvebu_a3700_utmi_phy_probe,
|
.probe = mvebu_a3700_utmi_phy_probe,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "mvebu-a3700-utmi-phy",
|
.name = "mvebu-a3700-utmi-phy",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = mvebu_a3700_utmi_of_match,
|
.of_match_table = mvebu_a3700_utmi_of_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue