]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 23 Sep 2019 19:07:46 +0000 (21:07 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 17 Nov 2019 14:37:00 +0000 (10:37 -0400)
commit9067f2f0b41d7e817fc8c5259bab1f17512b0147
tree5425061a7a93f3242f90de7189b4733293cf95e9
parente1ee1e62bec4a8968355517ea11b2a06b7364408
RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'

We should jump to fail3 in order to undo the 'xa_insert_irq()' call.

Link: https://lore.kernel.org/r/20190923190746.10964-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/cxgb4/cm.c