diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2013-10-16 14:40:07 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-16 12:48:17 -0700 |
| commit | 58a37d41866fa6393b70274b9ced99c83bbee7b2 (patch) | |
| tree | 5a838c8a7b5bedadbf0a50b339e15b201d26213a /tools/perf/scripts/python | |
| parent | 830e273c0e9c2e1c731b9bf5aa7d4d091dc128b4 (diff) | |
staging: comedi: addi_apci_3120: sample types are unsigned
Sample values in comedi are generally represented as unsigned values.
Change the element type of `ul_DmaBufferVirtual[2]` in `struct
addi_private` from `short *` to `unsigned short *` for consistency.
Note that several ADDI-DATA drivers use this struct from
"addi_common.h", but only the "addi_apci_3120" driver uses this member.
Also change the type of the `dma_buffer` parameter of
`v_APCI3120_InterruptDmaMoveBlock16bit()` from `short *` to `unsigned
short *`.
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')
0 files changed, 0 insertions, 0 deletions
