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)
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>

No differences found