diff options
author | Alan Cox <alan@linux.intel.com> | 2012-10-25 10:36:51 -0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-11-22 03:52:55 -0500 |
commit | c9795bd708e37ed4154e838a1f4576192eeeacca (patch) | |
tree | f6f86409e26907af9e1fb5acf6bf12cf2de196da /drivers/infiniband | |
parent | 5390f86796a1f444ca1a7ba7315951e26acd958d (diff) |
RDMA/amsol1100: Fix missing break
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/amso1100/c2_ae.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/amso1100/c2_ae.c b/drivers/infiniband/hw/amso1100/c2_ae.c index 32d34e88d5cf..706cf97cbe8f 100644 --- a/drivers/infiniband/hw/amso1100/c2_ae.c +++ b/drivers/infiniband/hw/amso1100/c2_ae.c | |||
@@ -311,6 +311,7 @@ void c2_ae_event(struct c2_dev *c2dev, u32 mq_index) | |||
311 | if (cq->ibcq.event_handler) | 311 | if (cq->ibcq.event_handler) |
312 | cq->ibcq.event_handler(&ib_event, | 312 | cq->ibcq.event_handler(&ib_event, |
313 | cq->ibcq.cq_context); | 313 | cq->ibcq.cq_context); |
314 | break; | ||
314 | } | 315 | } |
315 | 316 | ||
316 | default: | 317 | default: |