diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2012-09-24 17:20:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-26 10:45:38 -0700 |
commit | affdc230d7d328d2b602113e459a57d9de5ded08 (patch) | |
tree | 6c3e1a650176bd6db4fe0f44d77cff504882263e /arch/mn10300/kernel/sys_mn10300.c | |
parent | b655c2c4782ed3e2e71d2608154e295a3e860311 (diff) | |
download | talos-obmc-linux-affdc230d7d328d2b602113e459a57d9de5ded08.tar.gz talos-obmc-linux-affdc230d7d328d2b602113e459a57d9de5ded08.zip |
staging: comedi: s626: add FIXME comment
`s626_enc_insn_config()` is the `insn_config()` handler for a counter
subdevice. The `data[0]` value is supposed to be one of the
`INSN_CONFIG_...` constants defined in "comedi.h" indicating the type of
configuration instruction, but this function seems to be using it as a
variable value to preload the counter with. Various values of `data[0]`
are going to cause `check_insn_config_length()` in the comedi core
("comedi_fops.c") to return an error, and this function won't be called
in those cases. Most other values will log a warning to the kernel log.
It's not entirely clear what constant should be checked for in
`data[0]`, so add a "FIXME" comment for now.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mn10300/kernel/sys_mn10300.c')
0 files changed, 0 insertions, 0 deletions