RDMA/amsol1100: Fix missing break

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
Alan Cox 2012-10-25 14:36:51 +00:00 коммит произвёл Roland Dreier
Родитель 5390f86796
Коммит c9795bd708
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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