commit | 5400261e4d293d741c5b71a07f6eaabe2c8d3f1b | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Tue Jan 22 14:18:04 2019 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Feb 13 15:40:50 2019 -0800 |
tree | 8fb8750e267543d6c88535999fd17a5eea5e8460 | |
parent | 4cab346bcf74f44665d57726ec2bccff6e679619 [diff] |
net/mlx5: Fix a compilation warning in events.c Eliminate the following compilation warning: drivers/net/ethernet/mellanox/mlx5/core/events.c: warning: 'error_str' may be used uninitialized in this function [-Wuninitialized]: => 238:3 Fixes: c2fb3db22d35 ("net/mlx5: Rework handling of port module events") Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Reviewed-by: Mikhael Goikhman <migo@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>