Commit 7b8b8222 authored by Yang Li's avatar Yang Li Committed by David S. Miller

net: ethernet: fix platform_no_drv_owner.cocci warning

Remove .owner field if calls are used which set it automatically.
./drivers/net/ethernet/sunplus/spl2sw_driver.c:569:3-8: No need to set
.owner here. The core will do it.
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0f6deac3
......@@ -554,7 +554,6 @@ static struct platform_driver spl2sw_driver = {
.remove = spl2sw_remove,
.driver = {
.name = "sp7021_emac",
.owner = THIS_MODULE,
.of_match_table = spl2sw_of_match,
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment