aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/xen/xen_snd_front_evtchnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/xen/xen_snd_front_evtchnl.c')
-rw-r--r--sound/xen/xen_snd_front_evtchnl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/xen/xen_snd_front_evtchnl.c b/sound/xen/xen_snd_front_evtchnl.c
index 102d6e096cc8..29e0f0ea67eb 100644
--- a/sound/xen/xen_snd_front_evtchnl.c
+++ b/sound/xen/xen_snd_front_evtchnl.c
@@ -46,13 +46,9 @@ again:
continue;
switch (resp->operation) {
case XENSND_OP_OPEN:
- /* fall through */
case XENSND_OP_CLOSE:
- /* fall through */
case XENSND_OP_READ:
- /* fall through */
case XENSND_OP_WRITE:
- /* fall through */
case XENSND_OP_TRIGGER:
channel->u.req.resp_status = resp->status;
complete(&channel->u.req.completion);