From: Ian Abbott Date: Wed, 16 Oct 2013 13:40:09 +0000 (+0100) Subject: staging: comedi: adl_pci9118: sample types are unsigned X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cda0d26b11c0b71e8cc43166fe9f669e68b61d6;p=pandora-kernel.git staging: comedi: adl_pci9118: sample types are unsigned Sample values in comedi are generally represented as unsigned values. Change the `ao_data[]` and `dmabuf_virt[]` members of `struct pci9118_private` and various local variables dealing with sample values to use `unsigned short` instead of `short` for consistency. Also remove the `short *ai_data` member of `struct pci9118_private` as it is only assigned to. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed