Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56400
b: refs/heads/master
c: 20eebcf
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed May 13, 2007
1 parent 6f80f12 commit 366892c
Show file tree
Hide file tree
Showing 3 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: f550d94cf9f86bc54e31dae2aee1a03d678c6e7f
refs/heads/master: 20eebcf09c2d329e4dcdd765634c0a524195e16d
2 changes: 0 additions & 2 deletions trunk/drivers/net/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,6 @@ static int __devinit mlx4_setup_hca(struct mlx4_dev *dev)
struct mlx4_priv *priv = mlx4_priv(dev);
int err;

MLX4_INIT_DOORBELL_LOCK(&priv->doorbell_lock);

err = mlx4_init_uar_table(dev);
if (err) {
mlx4_err(dev, "Failed to initialize "
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/mlx4/mlx4.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ struct mlx4_priv {

struct mlx4_uar driver_uar;
void __iomem *kar;
MLX4_DECLARE_DOORBELL_LOCK(doorbell_lock)

u32 rev_id;
char board_id[MLX4_BOARD_ID_LEN];
Expand Down

0 comments on commit 366892c

Please sign in to comment.