diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2013-10-16 14:40:27 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-16 12:48:30 -0700 |
| commit | 319b67ae1cf3c7c2339225c01c9c2456b4399140 (patch) | |
| tree | ddd0dd7cd85d2e328bf43b8d686921c7b861e04e /tools/perf/scripts/python/bin | |
| parent | 3a2b101cc5fbba7f6fbb7c2e19478c884d00c730 (diff) | |
staging: comedi: ni_pcidio: sample types are unsigned
Sample values in comedi are generally represented as unsigned values.
Change `nidio_interrupt()` to use unsigned types for sample values
(actually bit-vectors of 1-bit sample values) instead of signed types.
Also rename the `AuxData` variable to `auxdata` and change it from
`long` to `unsigned int` as it only needs to hold a 32-bit value.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
