diff options
| author | H Hartley Sweeten <[email protected]> | 2014-04-17 10:08:08 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-04-22 10:21:33 -0700 |
| commit | b9b5b74eb3e3dc91bb7dc994dd2271b102a104cc (patch) | |
| tree | cbf6ba70f8874271b4a42d6d804614bb1959aae8 /tools/perf/scripts/python | |
| parent | 478da5c9ad51c48653b395b64d4c62a616dfb872 (diff) | |
staging: comedi: usbduxsigma: fix the ai/ao cmd->start_arg use for TRIG_INT
For both ai and ao commands this driver supports a cmd->start_src of
TRIG_NOW or TRIG_INT. The cmd->start_arg is trivially validated for
both sources to be 0.
For a TRIG_INT source, the cmd->start_arg is actually the valid
trig_num that is used by the async (*inttrig) callback.
Refactor the (*inttrig) functions so that the cmd->start_arg is used
to check the trig_num instead of the open coded values.
For aesthetics, remove some unnecessary comments in the (*do_cmd)
functions.
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')
0 files changed, 0 insertions, 0 deletions