Roland Dreier c9c5d9feef IB/mthca: Fix memory leak on modify_qp error paths
Some error paths after the mthca_alloc_mailbox() call in mthca_modify_qp()
just do a "return -EINVAL" without freeing the mailbox.  Convert these
returns to "goto out" to avoid leaking the mailbox storage.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-06-17 20:37:41 -07:00
..
2006-06-10 11:02:05 -07:00
2006-06-17 10:44:26 -07:00
2006-05-03 20:05:41 -07:00
2006-05-21 12:59:18 -07:00
2006-04-11 06:18:43 -07:00
2006-06-05 12:29:17 -07:00
2006-05-03 20:05:41 -07:00
2006-03-23 07:38:16 -08:00
2006-03-24 18:23:14 +01:00
2006-04-21 10:59:00 -07:00