Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64104
b: refs/heads/master
c: fe11cb6
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and Roland Dreier committed Aug 16, 2007
1 parent 1dca425 commit 1510fb4
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: 947b2a8083a03e6fff448ce8928956015614855e
refs/heads/master: fe11cb6ba40afff15efb053fd0bcba45274636e0
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int mlx4_MAD_IFC(struct mlx4_ib_dev *dev, int ignore_mkey, int ignore_bkey,
in_modifier, op_modifier,
MLX4_CMD_MAD_IFC, MLX4_CMD_TIME_CLASS_C);

if (!err);
if (!err)
memcpy(response_mad, outmailbox->buf, 256);

mlx4_free_cmd_mailbox(dev->dev, inmailbox);
Expand Down

0 comments on commit 1510fb4

Please sign in to comment.