Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287995
b: refs/heads/master
c: 1e0f03d
h: refs/heads/master
i:
  287993: 626bb88
  287991: bb66cca
v: v3
  • Loading branch information
Yevgeny Petrilin authored and David S. Miller committed Feb 24, 2012
1 parent 9e89c22 commit 6fe508d
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: e3e09f2645b435062a34a2587a32ae8e5a5b48ab
refs/heads/master: 1e0f03d57d7092f1f4d93a91fb7ece57b1514a88
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ int mlx4_change_port_types(struct mlx4_dev *dev,
mlx4_unregister_device(dev);
for (port = 1; port <= dev->caps.num_ports; port++) {
mlx4_CLOSE_PORT(dev, port);
dev->caps.port_type[port + 1] = port_types[port];
dev->caps.port_type[port] = port_types[port - 1];
err = mlx4_SET_PORT(dev, port);
if (err) {
mlx4_err(dev, "Failed to set port %d, "
Expand Down

0 comments on commit 6fe508d

Please sign in to comment.