RDMA/irdma: Refactor error handling in create CQP
authorSindhu Devale <sindhu.devale@intel.com>
Tue, 25 Jul 2023 15:55:03 +0000 (10:55 -0500)
committerLeon Romanovsky <leon@kernel.org>
Wed, 26 Jul 2023 12:05:36 +0000 (15:05 +0300)
commit133b1cba46c6c8b67c630eacc0a1e4969da16517
tree1e4029105702fcbf71eddc203846b12813892164
parent8cfc99dada35b8889f76fbe28115dcde1a6f0874
RDMA/irdma: Refactor error handling in create CQP

In case of a failure in irdma_create_cqp, do not call
irdma_destroy_cqp, but cleanup all the allocated resources
in reverse order.

Drop the extra argument in irdma_destroy_cqp as its no longer needed.

Signed-off-by: Krzysztof Czurylo <krzysztof.czurylo@intel.com>
Signed-off-by: Sindhu Devale <sindhu.devale@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Link: https://lore.kernel.org/r/20230725155505.1069-3-shiraz.saleem@intel.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/irdma/hw.c