Add missing break statements in switch in mthca_profile.c (pointed out
by Michael Tsirkin).

Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>


--- linux-export.orig/drivers/infiniband/hw/mthca/mthca_profile.c       
2005-03-02 20:26:03.023831785 -0800
+++ linux-export/drivers/infiniband/hw/mthca/mthca_profile.c    2005-03-02 
20:26:11.904904003 -0800
@@ -241,10 +241,12 @@
                case MTHCA_RES_UDAV:
                        dev->av_table.ddr_av_base = profile[i].start;
                        dev->av_table.num_ddr_avs = profile[i].num;
+                       break;
                case MTHCA_RES_UARC:
                        init_hca->uarc_base   = profile[i].start;
                        init_hca->log_uarc_sz = ffs(request->uarc_size) - 13;
                        init_hca->log_uar_sz  = ffs(request->num_uar) - 1;
+                       break;
                default:
                        break;
                }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to