Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72293
b: refs/heads/master
c: 77109cc
h: refs/heads/master
i:
  72291: 83c3ebf
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Oct 21, 2007
1 parent 047b56d commit 4a81017
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: 1b524963fd2d7fb20ea68df497151aa9d17fbca4
refs/heads/master: 77109cc2823f025ccd66ebd9b88fbab90437b2d8
2 changes: 1 addition & 1 deletion trunk/drivers/net/mlx4/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ int mlx4_INIT_HCA(struct mlx4_dev *dev, struct mlx4_init_hca_param *param)
MLX4_PUT(inbox, (u8) (PAGE_SHIFT - 12), INIT_HCA_UAR_PAGE_SZ_OFFSET);
MLX4_PUT(inbox, param->log_uar_sz, INIT_HCA_LOG_UAR_SZ_OFFSET);

err = mlx4_cmd(dev, mailbox->dma, 0, 0, MLX4_CMD_INIT_HCA, 1000);
err = mlx4_cmd(dev, mailbox->dma, 0, 0, MLX4_CMD_INIT_HCA, 10000);

if (err)
mlx4_err(dev, "INIT_HCA returns %d\n", err);
Expand Down

0 comments on commit 4a81017

Please sign in to comment.