Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97098
b: refs/heads/master
c: 81d8534
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 20, 2008
1 parent dcc3496 commit c6e5dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e91796eb46e29edc791131c832a2232bcaed9dd
refs/heads/master: 81d85346b3fcd8b3167eac8b5fb415a210bd4345
4 changes: 1 addition & 3 deletions trunk/net/8021q/vlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,8 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event,
int i, flgs;
struct net_device *vlandev;

if (is_vlan_dev(dev)) {
if (is_vlan_dev(dev))
__vlan_device_event(dev, event);
goto out;
}

grp = __vlan_find_group(dev);
if (!grp)
Expand Down

0 comments on commit c6e5dda

Please sign in to comment.