From: Ian Abbott Date: Wed, 16 Oct 2013 13:40:23 +0000 (+0100) Subject: staging: comedi: me4000: sample types are unsigned (and not long!) X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2832f85948e0a0b213be2709008461f78e7ff4;p=pandora-kernel.git staging: comedi: me4000: sample types are unsigned (and not long!) Sample values in comedi are generally represented as unsigned values. Change the types of various variables in the "me4000" driver dealing with samples to use unsigned types for consistency. Also replace the `long` or `unsigned long` variables used to handle 32-bit register values to `unsigned int`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed