diff options
Diffstat (limited to 'drivers/net/macvlan.c')
| -rw-r--r-- | drivers/net/macvlan.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c index 2056cfc624d..c36a03ae9bf 100644 --- a/drivers/net/macvlan.c +++ b/drivers/net/macvlan.c @@ -450,7 +450,7 @@ static void macvlan_dellink(struct net_device *dev)  	unregister_netdevice(dev);  	if (list_empty(&port->vlans)) -		macvlan_port_destroy(dev); +		macvlan_port_destroy(port->dev);  }  static struct rtnl_link_ops macvlan_link_ops __read_mostly = {  |