From: Jack Morgenstein Date: Thu, 26 Jul 2007 08:16:58 +0000 (+0300) Subject: mlx4_core: Remove kfree() in mlx4_mr_alloc() error flow X-Git-Tag: v2.6.23-rc2~149^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0172e2e14c3c1df10ec0fa31d9f41c1bc3a472f3;p=pandora-kernel.git mlx4_core: Remove kfree() in mlx4_mr_alloc() error flow mlx4_mr_alloc() doesn't actually allocate mr (it just initializes the pointer that the caller passes in), so it shouldn't free it if an error occurs. Signed-off-by: Jack Morgenstein Signed-off-by: Roland Dreier --- Reading git-diff-tree failed