diff options
| author | H Hartley Sweeten <[email protected]> | 2014-04-17 10:07:52 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-04-22 10:21:30 -0700 |
| commit | 01dc2a05f46280f825378be0bee8a2f13ca12c0a (patch) | |
| tree | 407efbf50cb6f46488aa4f3739e38f9e251b5117 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 9b799edccbfb8c8973e8b55e8a0bfdc70c707f21 (diff) | |
staging: comedi: adl_pci9118: fix the ai cmd->start_arg validation and use
This driver supports three cmd->start_src values, TRIG_NOW, TRIG_EXT, and
TRIG_INT. TRIG_NOW sources should always have an arg of 0 and arg for TRIG_EXT
sources is driver specific. This driver does not use the cmd->start_arg with
the TRIG_EXT source so a trivial value of 0 is good.
When the cmd->start_src is TRIG_INT the cmd->start_arg is actually the valid
trig_num that is passed to the async (*inttrig) callback. This driver allows
any value to be used and currently carries that value in the private data.
Refactor the (*do_cmdtest) so that the trivial validation of the cmd->start_arg
is clear.
Refactor the (*inttrig) so that the cmd->start_arg is used directly to check
the trig_num and remove the then unused 'ai_inttrig_start' member from the
private data.
Signed-off-by: H Hartley Sweeten <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions