In comedi_do_insn, #if'ed out the final check for return value of subdevice
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 Jan 2008 17:59:31 +0000 (17:59 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 14 Jan 2008 17:59:31 +0000 (17:59 +0000)
commitc956ffe5c87cca18a51555c6c152e92f9c4c1771
tree30f2b2cd0e886eafe565ae9bf7348438c4498059
parent3b6df96e0bcf2c7739bc760d50df9d355a4289bd
In comedi_do_insn, #if'ed out the final check for return value of subdevice
insn function matching insn.n.  Comedi documentation for userspace
comedi_do_insn allows a lower value to be returned and some drivers
blatently do so, particularly for configuration instructions.

Also added some XXX reminder comments for INSN_WAIT and INSN_CONFIG for
things that need to be fixed.
comedi/kcomedilib/kcomedilib_main.c