linux/drivers/infiniband/hw/efa
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
..
efa_admin_cmds_defs.h
efa_admin_defs.h
efa_com_cmd.c RDMA/efa: Be consistent with success flow return value 2019-06-21 11:52:44 -04:00
efa_com_cmd.h RDMA/efa: Add the com service API definitions 2019-05-06 15:18:17 -03:00
efa_com.c RDMA/efa: Remove unneeded admin commands abort flow 2019-05-29 13:14:14 -03:00
efa_com.h RDMA/efa: Remove unneeded admin commands abort flow 2019-05-29 13:14:14 -03:00
efa_common_defs.h
efa_main.c RDMA/efa: Be consistent with success flow return value 2019-06-21 11:52:44 -04:00
efa_regs_defs.h
efa_verbs.c RDMA/efa: Be consistent with success flow return value 2019-06-21 11:52:44 -04:00
efa.h RDMA: Convert CQ allocations to be under core responsibility 2019-06-11 16:39:49 -04:00
Kconfig RDMA/efa: Add driver to Kconfig/Makefile 2019-05-07 12:47:47 -03:00
Makefile RDMA/efa: Add driver to Kconfig/Makefile 2019-05-07 12:47:47 -03:00