ni_tiocmd: Add missing 'break' in ni_tio_input_cmd().
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 Jan 2013 10:18:03 +0000 (10:18 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 14 Jan 2013 10:18:03 +0000 (10:18 +0000)
commite00f5f7e662f65ef722b90a69a1cd010472d0f5a
tree36660578e9fc36754c86706792b499c1ea31267d
parentcc7c8687288820f91f93fdd68d586cb57764d2ba
ni_tiocmd: Add missing 'break' in ni_tio_input_cmd().

In ni_tio_input_cmd() there is a missing 'break' for 'case TRIG_EXT'
which resulted in mite_arm_dma() being called twice.  Probably mostly
harmless.

Thanks to Dan Carpenter <dan dot carpenter at oracle dot com> for
spotting it in the "staging" sources.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
comedi/drivers/ni_tiocmd.c