aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIan Abbott <[email protected]>2018-10-30 14:44:16 +0000
committerGreg Kroah-Hartman <[email protected]>2018-11-07 13:05:39 +0100
commit43818b03c518b7aed6bbe95ce2bcd4c5aaed2473 (patch)
tree8751325f55d22122d04dbf5445fb74870cdc6a35 /tools/perf/scripts/python
parent48164754d7fe219911b7653449a4ce85d23c3556 (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