Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144319
b: refs/heads/master
c: a423330
h: refs/heads/master
i:
  144317: 411e2a3
  144315: cca3af8
  144311: 789f217
  144303: b392e9a
  144287: 1484827
  144255: 8bf7802
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed Apr 27, 2009
1 parent 8f203da commit fd7fdeb
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: adc667e84f086aa110d810f3476c494e48eaabaa
refs/heads/master: a4233304bb43f87f97fc2ac9143b513814dcf094
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/en_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ int mlx4_en_start_port(struct net_device *dev)
err = mlx4_en_activate_cq(priv, cq);
if (err) {
mlx4_err(mdev, "Failed activating Rx CQ\n");
goto rx_err;
goto cq_err;
}
for (j = 0; j < cq->size; j++)
cq->buf[j].owner_sr_opcode = MLX4_CQE_OWNER_MASK;
Expand Down

0 comments on commit fd7fdeb

Please sign in to comment.