linux/drivers/infiniband
Gal Pressman b41f75724a RDMA/efa: Be consistent with success flow return value
The EFA driver is written with success oriented flows in mind, meaning
that functions should mostly end with a return 0 statement.
Error flows return their error value on their own instead of assuming
that the function will return the error at the end.

This commit fixes a bunch of functions that were not aligned with this
behavior.

Reviewed-by: Firas JahJah <firasj@amazon.com>
Reviewed-by: Yossi Leybovich <sleybo@amazon.com>
Signed-off-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2019-06-21 11:52:44 -04:00
..
core RDMA/odp: Do not leak dma maps when working with huge pages 2019-06-20 21:52:47 -04:00
hw RDMA/efa: Be consistent with success flow return value 2019-06-21 11:52:44 -04:00
sw IB/{rdmavt, qib, hfi1}: Convert to new completion API 2019-06-20 22:35:09 -04:00
ulp RDMA/ipoib: Remove check for ETH_SS_TEST 2019-06-11 19:00:10 -04:00
Kconfig rdma: Remove nes 2019-06-13 09:59:49 -04:00
Makefile