On Wed, Oct 02, 2019 at 02:56:27PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Properly unwind QP counter rebinding in case of failure. > > Fixes: b389327df905 ("RDMA/nldev: Allow counter manual mode configration through RDMA netlink") > Reviewed-by: Mark Zhang <markz@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > Changelog v0->v1: https://lore.kernel.org/linux-rdma/20190916071154.20383-4-leon@xxxxxxxxxx > * Used different goto label. > --- > drivers/infiniband/core/nldev.c | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) Applied to for-next, thanks Jason