IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CM
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Wed, 22 Jul 2015 20:30:03 +0000 (14:30 -0600)
committerDoug Ledford <dledford@redhat.com>
Fri, 24 Jul 2015 15:34:26 +0000 (11:34 -0400)
commitefc1eedbf63a194b3b576fc25776f3f1fa55a4d4
tree32f0dfee50c6bc08a4b9ee922f5f15c7b37986da
parent49fa63d8c2f95b636cc31a7164aeac0309dfa3c9
IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CM

If the above is turned off then ipoib_cm_dev_init unconditionally
returns ENOSYS, and the newly added error handling in
0b3957 prevents ipoib from coming up at all:

kernel: mlx4_0: ipoib_transport_dev_init failed
kernel: mlx4_0: failed to initialize port 1 (ret = -12)

Fixes: 0b39578bcde4 (IB/ipoib: Use dedicated workqueues per interface)
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/ipoib/ipoib_verbs.c