RDMA/hfi1: Prevent memory leak in sdma_init
authorNavid Emamdoost <navid.emamdoost@gmail.com>
Wed, 25 Sep 2019 14:45:42 +0000 (09:45 -0500)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 1 Oct 2019 14:34:55 +0000 (11:34 -0300)
commit34b3be18a04ecdc610aae4c48e5d1b799d8689f6
tree43afb02fa92d6fe44cc7feb5be1a4d44fcd809df
parent390d3fdcae2da52755b31aa44fcf19ecb5a2488b
RDMA/hfi1: Prevent memory leak in sdma_init

In sdma_init if rhashtable_init fails the allocated memory for
tmp_sdma_rht should be released.

Fixes: 5a52a7acf7e2 ("IB/hfi1: NULL pointer dereference when freeing rhashtable")
Link: https://lore.kernel.org/r/20190925144543.10141-1-navid.emamdoost@gmail.com
Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hfi1/sdma.c