From: Jason Gunthorpe Date: Wed, 22 Jul 2015 20:30:03 +0000 (-0600) Subject: IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CM X-Git-Tag: omap-for-v4.3/fixes-merge-window~172^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc1eedbf63a194b3b576fc25776f3f1fa55a4d4;p=pandora-kernel.git 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 Signed-off-by: Doug Ledford --- Reading git-diff-tree failed