Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mlx_icmd] Fix compilation error in GCC versions newer than 4.6.4
Signed-off-by: Wissam Shoukair <wissams@mellanox.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Wissam Shoukair authored and mcb30 committed Apr 12, 2016
1 parent 5238c85 commit ffd959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/infiniband/mlx_utils/src/public/mlx_icmd.c
Expand Up @@ -316,7 +316,7 @@ mlx_icmd_send_command(
)
{
mlx_status status = MLX_SUCCESS;
mlx_uint32 icmd_status;
mlx_uint32 icmd_status = MLX_FAILED;

if (utils == NULL || data == NULL) {
status = MLX_INVALID_PARAMETER;
Expand Down

0 comments on commit ffd959a

Please sign in to comment.