tree 5f2ddb00d8ecf6b55bdb74366f2c9427691aa57c
parent 68a3c21203b73696769dfdceb68d2d7f5d3c20a0
author Roland Dreier <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:35 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:35 -0700

[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]>

 infiniband/hw/mthca/mthca_main.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: drivers/infiniband/hw/mthca/mthca_main.c
===================================================================
--- 
876aae59e6f49437b0388f9a95a708edc252bac4/drivers/infiniband/hw/mthca/mthca_main.c
  (mode:100644 sha1:a1fa326dceb6389e98d904932a15155a6c9a03c1)
+++ 
5f2ddb00d8ecf6b55bdb74366f2c9427691aa57c/drivers/infiniband/hw/mthca/mthca_main.c
  (mode:100644 sha1:d40590356df81123d5312eacdf4450f3bca78e6b)
@@ -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

Reply via email to