]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or written
authorIan Abbott <abbotti@mev.co.uk>
Wed, 19 May 2010 17:09:49 +0000 (18:09 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Jun 2010 20:38:53 +0000 (13:38 -0700)
commit4772c018e35b6a21e8a8bde54568b59998540a16
tree15aa77b0981f17e100f8303a4754ad2b5752eeee
parentd261154057c27f6c1d256b6198b0ad08733f1758
Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or written

When the COMEDI_BUFINFO ioctl is used on a subdevice without
asynchronous streaming command support, set 'bytes_read = 0' and
'bytes_written = 0' in the buffer info returned back to the user.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/comedi_fops.c