kernel_optimize_test/drivers/infiniband/ulp
Zhu Yanjun 5c37077fd0 IB/ipoib: Remove the unnecessary error check
The function ipoib_mcast_start_thread/ipoib_ib_dev_up always return zero.
As such, in the function ipoib_open, err_stop will never be reached.
So remove this err_stop and change the return type of the function
ipoib_mcast_start_thread/ipoib_ib_dev_up to void.

Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-01-24 16:22:24 -05:00
..
ipoib IB/ipoib: Remove the unnecessary error check 2017-01-24 16:22:24 -05:00
iser Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
isert IB/isert: fix spelling mistake: "teminating" -> "terminating" 2017-01-24 16:20:37 -05:00
srp IB/srp: Make writing the add_target sysfs attr interruptible 2016-12-14 13:31:47 -05:00
srpt IB/srpt: Report login failures only once 2016-12-14 12:58:30 -05:00
Makefile