On Mon, Nov 04, 2019 at 05:55:45PM +0530, Potnuri Bharat Teja wrote: > error unmap case wrongly frees only the cqid2ptr for qp/mmid2ptr. > This patch frees the appropriate pointer. > > Fixes: 9b2d3af5735e ("Query device to get the max supported stags, qps, and cqs") > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > v0 -> v1: > - add missing description > --- > providers/cxgb4/dev.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Thanks, applied.