david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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>
This commit is contained in:
Wissam Shoukair 2016-04-05 13:39:08 +03:00 committed by Michael Brown
parent 5238c85b62
commit ffd959a1d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;