RDMA/amsol1100: Fix missing break
authorAlan Cox <alan@linux.intel.com>
Thu, 25 Oct 2012 14:36:51 +0000 (14:36 +0000)
committerRoland Dreier <roland@purestorage.com>
Thu, 22 Nov 2012 08:52:55 +0000 (00:52 -0800)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/amso1100/c2_ae.c

index 32d34e88d5cf70a99f5bfa717ad4b47c76b53d73..706cf97cbe8f4e963581f322d47b76e1b78739b4 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: