From: Ian Abbott Date: Wed, 16 Oct 2013 13:40:33 +0000 (+0100) Subject: staging: comedi: pcmuio: sample types are unsigned X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c174c41d8a702ade02fbb125b15f58158e4d1da;p=pandora-kernel.git staging: comedi: pcmuio: sample types are unsigned Sample values in comedi are generally represented as unsigned values. Change `pcmuio_handle_intr_subdev()` in the "pcmuio" module to use unsigned sample values for consistency. Also, make the order in which `pcmuio_handle_intr_subdev()` writes the two sample values (each actually containing up to 16 1-bit sample values) independent of the host byte ordering. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed