Commit c9795bd7 authored by Alan Cox's avatar Alan Cox Committed by Roland Dreier

RDMA/amsol1100: Fix missing break

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 5390f867
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment