commit | 61034e002d8ad10d2265d33168d1dc721375869f | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Thu Nov 29 18:18:35 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 29 18:05:30 2012 -0800 |
tree | 0f97a34e225da687e7d05b29f8893ac59ae1e4ae | |
parent | c0c3c7dfc1fd5c970b9893e68796314e8551124f [diff] |
staging: comedi: addi_apci_2032: cleanup the s->subdev_flags The flags SDF_GROUND and SDF_COMMON only have meaning for analog input/output subdevices. Remove these flags from the digital output and timer subdevices in this driver. The digital output subdevice does not need the SDF_READABLE flag. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>