mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 18:30:28 +03:00
[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:
committed by
Michael Brown
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;
|
||||
|
||||
Reference in New Issue
Block a user