commit | 3a2b101cc5fbba7f6fbb7c2e19478c884d00c730 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed Oct 16 14:40:26 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 16 12:48:30 2013 -0700 |
tree | ea934d4b3f4b69d72e38403b2d76b7b0e7143619 | |
parent | c0edd2c62765e76a03de48722d3d171aa6dd584a [diff] |
staging: comedi: ni_mio_common: sample types are unsigned Sample values in comedi are generally represented as unsigned values. Change the element type of the `ai_fifo_buffer[]` element of `struct ni_board_struct` and the types of various local variables from `short` to `unsigned short` for consistency. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>