Re: [PATCH] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'

2019-10-01 Thread Dan Carpenter
On Mon, Sep 23, 2019 at 09:07:46PM +0200, Christophe JAILLET wrote: > We should jump to fail3 in order to undo the 'xa_insert_irq()' call. > > Signed-off-by: Christophe JAILLET > --- > Not sure which Fixes tag to use because of the many refactorings in this > area. So I've choosen to use none :).

[PATCH] RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'

2019-09-24 Thread Christophe JAILLET
We should jump to fail3 in order to undo the 'xa_insert_irq()' call. Signed-off-by: Christophe JAILLET --- Not sure which Fixes tag to use because of the many refactorings in this area. So I've choosen to use none :). The issue was already there in 4a740838bf44c. This commit has renamed all label