Add missing newline character in print in mlx5core.
MFC after: 3 days Submitted by: slavash@ Sponsored by: Mellanox Technologies
This commit is contained in:
parent
73bfbf4b92
commit
4a9629969c
@ -183,7 +183,7 @@ static void reset_fw_if_needed(struct mlx5_core_dev *dev)
|
||||
fatal_error == MLX5_SENSOR_NIC_DISABLED ||
|
||||
fatal_error == MLX5_SENSOR_NIC_SW_RESET ||
|
||||
test_bit(MLX5_SKIP_SW_RESET, &health->flags)) {
|
||||
mlx5_core_warn(dev, "Not issuing FW reset. Either it's already done or won't help.");
|
||||
mlx5_core_warn(dev, "Not issuing FW reset. Either it's already done or won't help.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user