Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178922
b: refs/heads/master
c: b4f7726
h: refs/heads/master
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Jan 6, 2010
1 parent 1ba52f8 commit 428ca8b
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: 2b946077423270f065013c45d78522a5fb9542ca
refs/heads/master: b4f77264cd1a858ee09da8dba5a2711a649adbf3
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ static int __mlx4_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
return 0;

err_port:
for (port = 1; port <= dev->caps.num_ports; port++)
for (--port; port >= 1; --port)
mlx4_cleanup_port_info(&priv->port[port]);

mlx4_cleanup_mcg_table(dev);
Expand Down

0 comments on commit 428ca8b

Please sign in to comment.