diff options
| author | Ian Abbott <[email protected]> | 2018-10-30 14:44:16 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-11-07 13:05:39 +0100 |
| commit | 43818b03c518b7aed6bbe95ce2bcd4c5aaed2473 (patch) | |
| tree | 8751325f55d22122d04dbf5445fb74870cdc6a35 /tools/perf/scripts/python | |
| parent | 48164754d7fe219911b7653449a4ce85d23c3556 (diff) | |
staging: comedi: cb_pcidda: Use insn->n in AO insn_write handler
The `insn_write` handler for the AO subdevice
(`cb_pcidda_ao_insn_write()`) currently ignores `insn->n` (the number of
samples to write) and assumes a single sample is to be written. But
`insn->n` could be 0, meaning no samples should be written, in which
case `data[0]` is invalid.
Follow the usual Comedi guidelines and change
`cb_pcidda_ao_insn_write()` to write the specified number of samples.
This fixes the assumption that `data[0]` is valid.
Signed-off-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