Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275716
b: refs/heads/master
c: 1d50356
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Nov 16, 2011
1 parent fca3ae2 commit c561c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c01a8e56bf8a03b9b50a770de36abfee03c4fc5
refs/heads/master: 1d503563f7601a249d015d3fad40b08e8d6a394b
2 changes: 2 additions & 0 deletions trunk/drivers/s390/net/netiucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,8 @@ static struct net_device *netiucv_init_netdevice(char *username)
netiucv_setup_netdevice);
if (!dev)
return NULL;
if (dev_alloc_name(dev, dev->name) < 0)
goto out_netdev;

privptr = netdev_priv(dev);
privptr->fsm = init_fsm("netiucvdev", dev_state_names,
Expand Down

0 comments on commit c561c40

Please sign in to comment.