Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14906
b: refs/heads/master
c: 2e86541
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Nov 29, 2005
1 parent 9f89bc8 commit cb09cdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: de922487890936470660e89f9095aee980637989
refs/heads/master: 2e86541ec878de9ec5771600a77f451a80bebfc4
4 changes: 0 additions & 4 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,11 @@ static struct ipoib_mcast *ipoib_mcast_alloc(struct net_device *dev,
mcast->dev = dev;
mcast->created = jiffies;
mcast->backoff = 1;
mcast->logcount = 0;

INIT_LIST_HEAD(&mcast->list);
INIT_LIST_HEAD(&mcast->neigh_list);
skb_queue_head_init(&mcast->pkt_queue);

mcast->ah = NULL;
mcast->query = NULL;

return mcast;
}

Expand Down

0 comments on commit cb09cdb

Please sign in to comment.