Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

RDMA/amsol1100: Fix missing break

parent 5390f867
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: