forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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);