IPoIB: Fix leak in ipoib_transport_dev_init() error path
authorJack Morgenstein <jackm@dev.mellanox.co.il>
Mon, 6 Aug 2007 14:09:09 +0000 (17:09 +0300)
committerRoland Dreier <rolandd@cisco.com>
Tue, 7 Aug 2007 19:40:56 +0000 (12:40 -0700)
commit6958e827f187c9c5cd39af075567f74f02bf3dd1
tree705a1c3c2f1d3719e2b8bfbed80a0d4d8f7c11b4
parent198919151dea65d83dd0fb66979b1df28402f2b0
IPoIB: Fix leak in ipoib_transport_dev_init() error path

ipoib_transport_dev_init() calls ipoib_cm_dev_init(), so it needs to
call ipoib_cm_dev_cleanup() to unwind that on the error path.

Found by Dotan Barak of Mellanox.

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_verbs.c