From: Ian Abbott Date: Wed, 16 Oct 2013 13:40:04 +0000 (+0100) Subject: staging: comedi: use unsigned samples for comedi_buf_put()/get() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6fd02c1c0fe4ae872dc24260d569583363f52c;p=pandora-kernel.git staging: comedi: use unsigned samples for comedi_buf_put()/get() Sample values in comedi are generally represented as unsigned values. `comedi_buf_put()` and `comedi_buf_get()` use a `short` to hold the 16-bit data value being transferred to or from the comedi buffer. Change them to use `unsigned short` for consistency. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed