The 'open' method in struct comedi_device_struct now returns 0 on success
authorIan Abbott <abbotti@mev.co.uk>
Wed, 24 Mar 2010 11:53:09 +0000 (11:53 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 24 Mar 2010 11:53:09 +0000 (11:53 +0000)
commitaf12a9e4d223b9a7783edd370e8b2f7c198a22bd
tree391bdb2d53631df627ab7f594dd6abe78068fe35
parente7dba34d762755a824233f4b7fcce9557377e640
The 'open' method in struct comedi_device_struct now returns 0 on success
and a negative errno on failure.  The 'open' method must clean up after
itself on failure as the 'close' method won't be called.  A failure causes
the 'open' file operation for the comedi device to fail.

The dt9812 and serial2002 drivers now make use of the ability to return
an error.
comedi/comedi_fops.c
comedi/drivers/dt9812.c
comedi/drivers/jr3_pci.c
comedi/drivers/serial2002.c
include/linux/comedidev.h