From: Roland Dreier Date: Thu, 28 Sep 2006 17:44:07 +0000 (-0700) Subject: RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() X-Git-Tag: v2.6.19-rc1~652^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee30cb5b0b65392843cc3beaba48160ee4a3764e;p=pandora-kernel.git RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() If the allocation of mr fails, then c2_reg_phys_mr() leaks the page_list array it allocated earlier. This was Coverity CID #1413. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed