Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122169
b: refs/heads/master
c: b58515b
h: refs/heads/master
i:
  122167: ec7ef13
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Nov 26, 2008
1 parent a3f1a7d commit b8e0ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4174439ef5894964803c6300e7e88d97e075e4c0
refs/heads/master: b58515be978f9377b9546ae98ad6c8bbc2f93ee1
3 changes: 2 additions & 1 deletion trunk/drivers/net/mlx4/en_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ int mlx4_en_activate_rx_rings(struct mlx4_en_priv *priv)
/* Fill Rx buffers */
ring->full = 0;
}
if (mlx4_en_fill_rx_buffers(priv))
err = mlx4_en_fill_rx_buffers(priv);
if (err)
goto err_buffers;

for (ring_ind = 0; ring_ind < priv->rx_ring_num; ring_ind++) {
Expand Down

0 comments on commit b8e0ca9

Please sign in to comment.