commit | d921c420d2efa5731011b922e5a2f2ad33203c0b | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | Wed Oct 11 13:47:22 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 12 12:20:26 2017 -0700 |
tree | 388381ec28f5080ac96dff1e03f904c4108fd50e | |
parent | d71a756ad542c013e3ed5348db89f43ad105392e [diff] |
net/smc: replace function pointer get_netdev() SMC should not open code the function pointer get_netdev of the IB device. Replacing ib_query_gid(..., NULL) with ib_query_gid(..., gid_attr) allows access to the netdev. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Suggested-by: Parav Pandit <parav@mellanox.com> Reviewed-by: Parav Pandit <parav@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>