Skip to content

Commit

Permalink
Merge branches 'mad-response' and 'mlx4' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Dreier committed Apr 24, 2012
2 parents a9e7432 + bf6b47d commit b609379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static int ib_link_query_port(struct ib_device *ibdev, u8 port,
err = mlx4_MAD_IFC(to_mdev(ibdev), 1, 1, port,
NULL, NULL, in_mad, out_mad);
if (err)
return err;
goto out;

/* Checking LinkSpeedActive for FDR-10 */
if (out_mad->data[15] & 0x1)
Expand Down

0 comments on commit b609379

Please sign in to comment.