From: Ian Abbott Date: Fri, 4 Jan 2013 11:33:24 +0000 (+0000) Subject: staging: comedi: comedi_test: make samples unsigned X-Git-Tag: v3.9-rc1~127^2~508 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd48c9ef1f1af96dc699e67a8dc985046e6f22b;p=pandora-kernel.git staging: comedi: comedi_test: make samples unsigned Represent the fake samples as unsigned shorts instead of signed shorts, as this is the usual Comedi convention. There is no change to the actual binary representation, although the `cfc_write_to_buffer()` call currently expects a signed short for some bizarre reason. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed