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)
commitd35a73e099fd9900208ebdbc3adaba76d30acac4
tree3e44179915f8bfa9d1e2844059725e9fb10c7af2
parent9f989000b54fe3131104bb26f1cc7bd0fab92e40
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