Remove arbitrary limit in do_insnlist_ioctl() and do_insn_ioctl().
authorIan Abbott <abbotti@mev.co.uk>
Wed, 23 Nov 2011 15:50:45 +0000 (15:50 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 23 Nov 2011 15:50:45 +0000 (15:50 +0000)
commit8bc56cd803593969b02991be8a6d0be0841a0236
treecee5b70cfc61ba0af74b95b7dc3ce10cee72b138
parent824ffcaf3a1bd55a111ed67cf5b0cb3cd18b405f
Remove arbitrary limit in do_insnlist_ioctl() and do_insn_ioctl().

Remove the arbitrary limit on number of samples per instruction.  It
will still be limited by the maximum size of a kmalloc() buffer.

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