aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
diff options
context:
space:
mode:
Diffstat (limited to 'net/8021q')
-rw-r--r--net/8021q/vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c
index 9424f3718ea7..2fb2d88e8c2e 100644
--- a/net/8021q/vlan.c
+++ b/net/8021q/vlan.c
@@ -341,7 +341,7 @@ static void __vlan_device_event(struct net_device *dev, unsigned long event)
341static int vlan_device_event(struct notifier_block *unused, unsigned long event, 341static int vlan_device_event(struct notifier_block *unused, unsigned long event,
342 void *ptr) 342 void *ptr)
343{ 343{
344 struct net_device *dev = ptr; 344 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
345 struct vlan_group *grp; 345 struct vlan_group *grp;
346 struct vlan_info *vlan_info; 346 struct vlan_info *vlan_info;
347 int i, flgs; 347 int i, flgs;