Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233085
b: refs/heads/master
c: b2df5a8
h: refs/heads/master
i:
  233083: de46bf3
v: v3
  • Loading branch information
David S. Miller committed Feb 8, 2011
1 parent c123565 commit 88029b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 84e77a8bc73cad2f910cc981f266904c66a17825
refs/heads/master: b2df5a8446e135f7648736b8bec8179c88ce360d
4 changes: 2 additions & 2 deletions trunk/net/caif/chnl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,7 @@ static void ipcaif_net_setup(struct net_device *dev)
priv->conn_req.sockaddr.u.dgm.connection_id = -1;
priv->flowenabled = false;

ASSERT_RTNL();
init_waitqueue_head(&priv->netmgmt_wq);
list_add(&priv->list_field, &chnl_net_list);
}


Expand Down Expand Up @@ -453,6 +451,8 @@ static int ipcaif_newlink(struct net *src_net, struct net_device *dev,
ret = register_netdevice(dev);
if (ret)
pr_warn("device rtml registration failed\n");
else
list_add(&caifdev->list_field, &chnl_net_list);
return ret;
}

Expand Down

0 comments on commit 88029b7

Please sign in to comment.