Re: [PATCH] rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp

From: Santosh Shilimkar
Date: Wed Apr 25 2018 - 12:53:33 EST


On 4/25/2018 4:22 AM, Dag Moxnes wrote:
The function rds_ib_setup_qp is calling rds_ib_get_client_data and
should correspondingly call rds_ib_dev_put. This call was lost in
the non-error path with the introduction of error handling done in
commit 3b12f73a5c29 ("rds: ib: add error handle")

Signed-off-by: Dag Moxnes <dag.moxnes@xxxxxxxxxx>
---
Thanks Dag for following it up.

Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>