kernel/sound/xen/xen_snd_front_evtchnl.c
.. .. @@ -46,13 +46,9 @@ 46 46 continue; 47 47 switch (resp->operation) { 48 48 case XENSND_OP_OPEN: 49 - /* fall through */50 49 case XENSND_OP_CLOSE: 51 - /* fall through */52 50 case XENSND_OP_READ: 53 - /* fall through */54 51 case XENSND_OP_WRITE: 55 - /* fall through */56 52 case XENSND_OP_TRIGGER: 57 53 channel->u.req.resp_status = resp->status; 58 54 complete(&channel->u.req.completion);