commit | 766b1f95cf3ce6a70fa25978591f3fcf5de0d51c | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed Oct 16 14:40:19 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 16 12:48:19 2013 -0700 |
tree | 9165a26fd7ec559488e5261cfb2659fc90975bbf | |
parent | 65a62aaec2e888b6271a4f302f10ad72e966cc10 [diff] |
staging: comedi: dt282x: sample types are unsigned Sample values in comedi are generally represented as unsigned values. Change various members of `struct dt282x_private` and various parameters and variables dealing with samples to use `unsigned short` instead of `short` for consistency. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>