net/mlx5: fix error message in probe function
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 25 May 2018 16:15:36 +0000 (18:15 +0200)
committerShahaf Shuler <shahafs@mellanox.com>
Sun, 17 Jun 2018 08:04:48 +0000 (10:04 +0200)
commit93068a9d5ad819f36a72086db2d73d0042e3852c
tree7d5a8e504cdbb14ac8b6fd371829cbde0443ce4a
parentc6ce7e34ad5e970e91ffd0c9e484d89bef55f70e
net/mlx5: fix error message in probe function

Error values passed to strerror() must be positive.

Fixes: 012ad9944dfc ("net/mlx5: fix probe return value polarity")
Cc: stable@dpdk.org
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5.c