mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
4cd33aafe4
'qedr_alloc_pbl_tbl()' can not return NULL. In qedr_init_user_queue(): - simplify the test for the return value, no need to test for NULL - propagate the error pointer if needed, otherwise 0 (success) is returned. This is spurious. In init_mr_info(): - test the return value with IS_ERR - propagate the error pointer if needed instead of an exlictit -ENOMEM. This is a no-op as the only error pointer that we can have here is already -ENOMEM Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Acked-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Doug Ledford <dledford@redhat.com> |
||
---|---|---|
.. | ||
Kconfig | ||
main.c | ||
Makefile | ||
qedr_cm.c | ||
qedr_cm.h | ||
qedr_hsi_rdma.h | ||
qedr_hsi.h | ||
qedr.h | ||
verbs.c | ||
verbs.h |