Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322755
b: refs/heads/master
c: 521130d
h: refs/heads/master
i:
  322753: 1cada83
  322751: 81b835f
v: v3
  • Loading branch information
Eugenia Emantayev authored and David S. Miller committed Sep 7, 2012
1 parent e43e6a1 commit e57f35f
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: bef772eb06051f49e84c3168f189b65074f19c3d
refs/heads/master: 521130d11fd37b328543477df5522704a0e7cf2c
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,8 @@ static int __mlx4_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
}

slave_start:
if (mlx4_cmd_init(dev)) {
err = mlx4_cmd_init(dev);
if (err) {
mlx4_err(dev, "Failed to init command interface, aborting.\n");
goto err_sriov;
}
Expand Down

0 comments on commit e57f35f

Please sign in to comment.