net/mlx5: fix probe return value polarity
authorShahaf Shuler <shahafs@mellanox.com>
Thu, 3 May 2018 07:59:37 +0000 (10:59 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:31:48 +0000 (22:31 +0100)
commit012ad9944dfc470c17d8f555c89dadd5473e25d4
tree8a9d8c4d6211a15bedccb71e75a62f2021796ee6
parenteac9cd58dec1b08d241657b1a81deebed9d4db9d
net/mlx5: fix probe return value polarity

mlx5 prefixed function returns a negative errno value.
the error handler on mlx5_pci_probe is doing the same.

Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5.c