From: Roland Dreier Date: Thu, 6 Oct 2005 20:28:16 +0000 (-0700) Subject: [IB] Fix leak on MAD initialization failure X-Git-Tag: v2.6.15-rc1~731^2~21^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab6fb7e5b3d34b65a1c3473d80d9d1a462d3a49;p=pandora-kernel.git [IB] Fix leak on MAD initialization failure There is a bug in ib_mad_init_device(): if ib_agent_port_open() fails for a given port, then the current code doesn't call ib_mad_port_close() for that port. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed