summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
diff options
context:
space:
mode:
authorIan Abbott2014-05-01 18:38:24 +0200
committerGreg Kroah-Hartman2014-05-04 02:08:57 +0200
commit6e2954e801d7d93fe6f54eff988ddf25836fee0a (patch)
tree60f26347a76e5238c0113960c24917a7ae993f8c /drivers/staging/comedi/comedi_fops.c
parentstaging: comedi: drivers: correct mode check for i8254_set_mode() (diff)
downloadkernel-qcow2-linux-6e2954e801d7d93fe6f54eff988ddf25836fee0a.tar.gz
kernel-qcow2-linux-6e2954e801d7d93fe6f54eff988ddf25836fee0a.tar.xz
kernel-qcow2-linux-6e2954e801d7d93fe6f54eff988ddf25836fee0a.zip
staging: comedi: amplc_dio200_common: correct bound on counter mode
For the mode configured by the `INSN_CONFIG_SET_COUNTER_MODE` comedi instruction for the counter subdevice channels supported by this module, the upper bound should be `I8254_MODE5 | I8254_BCD` ((5 << 1) | 1) rather than `I8254_MODE5 | I8254_BINARY` ((5 << 1) | 0). Fix it. Reported-by: Hartley Sweeten <HartleyS@visionengravers.com> Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/comedi_fops.c')
0 files changed, 0 insertions, 0 deletions