commit | 0522063806aabfd498e296e4f3b94b0c93d7c16f | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed Oct 16 14:40:15 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 16 12:48:18 2013 -0700 |
tree | 206792d69616ae19b38e2c1f4b251218190b6cc7 | |
parent | 79e3b119870122c38dc474af8f6a7526735f23b2 [diff] |
staging: comedi: cb_pcidas64: sample types are unsigned Sample values in comedi are unsigned. Change the element type of `ao_bounce_buffer[]` in `struct pcidas64_private` 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>