forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/sound/xen/xen_snd_front_evtchnl.c
....@@ -46,13 +46,9 @@
4646 continue;
4747 switch (resp->operation) {
4848 case XENSND_OP_OPEN:
49
- /* fall through */
5049 case XENSND_OP_CLOSE:
51
- /* fall through */
5250 case XENSND_OP_READ:
53
- /* fall through */
5451 case XENSND_OP_WRITE:
55
- /* fall through */
5652 case XENSND_OP_TRIGGER:
5753 channel->u.req.resp_status = resp->status;
5854 complete(&channel->u.req.completion);