IB/mlx5: Set mlx5_query_roce_port's return value to void
authorNoa Osherovich <noaos@mellanox.com>
Thu, 20 Apr 2017 17:53:32 +0000 (20:53 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 21 Apr 2017 16:54:51 +0000 (12:54 -0400)
commit50f22fd8ecf9001f2813ed0255a26e95f18bb870
treecc4246b8539db9b8d25c9e6f460bf702294c2a83
parent12113a35ada6bba074836d3d26671213e12069bf
IB/mlx5: Set mlx5_query_roce_port's return value to void

In case of an error, the properties reported to user
are zeroed out, so no need for a return value.

Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/main.c