Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150365
b: refs/heads/master
c: 8e29291
h: refs/heads/master
i:
  150363: f80b0d9
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed May 25, 2009
1 parent 1a0f6ff commit a727bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 3699067381a2a518b32c44411a020b007d057417
refs/heads/master: 8e29291650ee53a8609d9cc3a303dcbe9aa9b542
3 changes: 0 additions & 3 deletions trunk/drivers/net/mlx4/en_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ int mlx4_en_start_port(struct net_device *dev)
struct mlx4_en_rx_ring *rx_ring;
int rx_index = 0;
int tx_index = 0;
u16 stride;
int err = 0;
int i;
int j;
Expand All @@ -573,8 +572,6 @@ int mlx4_en_start_port(struct net_device *dev)
dev->mtu = min(dev->mtu, priv->max_mtu);
mlx4_en_calc_rx_buf(dev);
mlx4_dbg(DRV, priv, "Rx buf size:%d\n", priv->rx_skb_size);
stride = roundup_pow_of_two(sizeof(struct mlx4_en_rx_desc) +
DS_SIZE * priv->num_frags);
/* Configure rx cq's and rings */
for (i = 0; i < priv->rx_ring_num; i++) {
cq = &priv->rx_cq[i];
Expand Down

0 comments on commit a727bf1

Please sign in to comment.