mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 08:29:48 +07:00
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:
parent
5390f86796
commit
c9795bd708
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user