mirror of https://gitee.com/openkylin/linux.git
Staging: comedi: add a missing break statement
This is a static checker fix. From the context it looks like there should be a break here. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6903098c16
commit
8841d798f4
|
@ -159,6 +159,7 @@ static int ni_tio_input_cmd(struct ni_gpct *counter, struct comedi_async *async)
|
|||
async->inttrig = NULL;
|
||||
mite_dma_arm(counter->mite_chan);
|
||||
retval = ni_tio_arm(counter, 1, cmd->start_arg);
|
||||
break;
|
||||
case TRIG_OTHER:
|
||||
async->inttrig = NULL;
|
||||
mite_dma_arm(counter->mite_chan);
|
||||
|
|
Loading…
Reference in New Issue