mirror of https://github.com/ipxe/ipxe.git
[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>pull/52/head
parent
5238c85b62
commit
ffd959a1d6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue