tree 5d17cb6592b14a2ffac922d2e051b056ead6f7bc
parent 7096c95c414fb995ab2c51edceb8dd3140266176
author Roland Dreier <[EMAIL PROTECTED]> Tue Apr 12 08:27:02 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:27:02 2005
[PATCH] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused label
Correct unwinding in error path of mthca_init_icm().
Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
mthca_main.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: drivers/infiniband/hw/mthca/mthca_main.c
===================================================================
---
99f1db140e7eb7f4050fa5517c89008eb0bcc28a/drivers/infiniband/hw/mthca/mthca_main.c
(mode:100644 sha1:b8a514533fe624dee7e5885bdd6f82b11ab5b895)
+++
5d17cb6592b14a2ffac922d2e051b056ead6f7bc/drivers/infiniband/hw/mthca/mthca_main.c
(mode:100644 sha1:205611516ee9b3c43644153e952eed2b5db5a891)
@@ -437,7 +437,7 @@
if (!mdev->qp_table.rdb_table) {
mthca_err(mdev, "Failed to map RDB context memory, aborting\n");
err = -ENOMEM;
- goto err_unmap_rdb;
+ goto err_unmap_eqp;
}
mdev->cq_table.table = mthca_alloc_icm_table(mdev, init_hca->cqc_base,
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html