commit | 3fda24324582ae790961137ecb88b3f0f2feb1f0 | [log] [tgz] |
---|---|---|
author | Kamal Heib <kamalheib1@gmail.com> | Mon Jul 09 22:21:03 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jul 09 15:19:08 2018 -0600 |
tree | 0fa361f525be5d0e08435227c1519c28a4fe9963 | |
parent | 07e7056aff6c4377667fe1606ae7707b375b1caa [diff] |
RDMA/ipoib: Fix return code from ipoib_cm_dev_init The proper return code is -EOPNOTSUPP and not -ENOSYS when the function isn't supported, also make sure to return the right error code from ipoib_transport_dev_init() when ipoib_cm_dev_init() is supported. Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>