commit | 830e273c0e9c2e1c731b9bf5aa7d4d091dc128b4 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed Oct 16 14:40:06 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 16 12:48:17 2013 -0700 |
tree | aeed9812719ccb17f2dd46cbf4d0fc86ef3d8516 | |
parent | ca05b81334f46469c6eb4ba7cf8630f3143c22e5 [diff] |
staging: comedi: 8255: sample types are unsigned Sample values in comedi are generally represented as unsigned values. `subdev_8255_interrupt()` calls `comedi_buf_put()` with a `short` data value merely because that's what was previously expected. Since it now expects an `unsigned short`, change it here for consistency. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>