Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158768
b: refs/heads/master
c: 460deef
h: refs/heads/master
v: v3
  • Loading branch information
Paul Moore authored and David S. Miller committed Jul 8, 2009
1 parent f1c7946 commit b8020c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 50f238fdf38e37f0350be17c36e3ec0fd298cc40
refs/heads/master: 460deefae62db4472e8bd16b21c7d70f3c7fd785
1 change: 0 additions & 1 deletion trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,6 @@ static int tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr)
goto err_free_sk;
}

err = -EINVAL;
err = register_netdevice(tun->dev);
if (err < 0)
goto err_free_sk;
Expand Down

0 comments on commit b8020c7

Please sign in to comment.