linux/drivers/infiniband/hw/bnxt_re
Doug Ledford 374cb8610a RDMA/bnxt_re: Use IS_ERR_OR_NULL where appropriate
Constructs such as if (ptr && !IS_ERR(ptr)) can be shorted to
just !IS_ERR_OR_NULL(ptr) instead.  Make substitutions in the bnxt_re
driver where appropriate.

Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-04-25 14:00:59 -04:00
..
Kconfig
Makefile
bnxt_re.h
ib_verbs.c RDMA/bnxt_re: Use IS_ERR_OR_NULL where appropriate 2017-04-25 14:00:59 -04:00
ib_verbs.h
main.c
qplib_fp.c
qplib_fp.h
qplib_rcfw.c
qplib_rcfw.h
qplib_res.c
qplib_res.h
qplib_sp.c
qplib_sp.h
roce_hsi.h