Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67095
b: refs/heads/master
c: b3ac60f
h: refs/heads/master
i:
  67093: 914c920
  67091: dbb2968
  67087: 311cac0
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Oct 10, 2007
1 parent ce2b3c0 commit 695496a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 017aadc4b505ad3ec2acc4e6ba96d63ae1c997a5
refs/heads/master: b3ac60fc243f2312d27ecded058ef96f52f25fe0
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ int ipoib_transport_dev_init(struct net_device *dev, struct ib_device *ca)
goto out_free_cq;

init_attr.send_cq = priv->cq;
init_attr.recv_cq = priv->cq,
init_attr.recv_cq = priv->cq;

priv->qp = ib_create_qp(priv->pd, &init_attr);
if (IS_ERR(priv->qp)) {
Expand Down

0 comments on commit 695496a

Please sign in to comment.