OSDN Git Service

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 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: