]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: amplc_pc263: Change DIO subdevice to DO
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:36 +0000 (19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:06 +0000 (20:48 -0700)
commit9e421904f816762eb9cf8ce83e91ada437adf129
tree3e44179915f8bfa9d1e2844059725e9fb10c7af2
parent2aaed9368ee7ee30236006f62c6689c02d17c4de
staging: comedi: amplc_pc263: Change DIO subdevice to DO

This is a relay output card with no inputs.  It's single subdevice is
currently a digital input/output subdevice (COMEDI_SUBD_DIO).  It should
really be a digital output subdevice (COMEDI_SUBD_DO).  Change the
subdevice type and remove the insn_config() hook as it doesn't do
anything useful.

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