RDMA/amsol1100: Fix missing break
[cascardo/linux.git] / drivers / infiniband / hw / amso1100 / c2_ae.c
index 32d34e8..706cf97 100644 (file)
@@ -311,6 +311,7 @@ void c2_ae_event(struct c2_dev *c2dev, u32 mq_index)
                if (cq->ibcq.event_handler)
                        cq->ibcq.event_handler(&ib_event,
                                               cq->ibcq.cq_context);
+               break;
        }
 
        default: