Re: [PATCH 06/35] staging: comedi: adl_pci9118: sample types are unsigned

2013-10-19 Thread Ian Abbott
On 18/10/13 18:24, Hartley Sweeten wrote: On Wednesday, October 16, 2013 6:40 AM, Ian Abbott wrote: 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

Re: [PATCH 06/35] staging: comedi: adl_pci9118: sample types are unsigned

2013-10-19 Thread Ian Abbott
On 18/10/13 18:00, Hartley Sweeten wrote: On Wednesday, October 16, 2013 6:40 AM, Ian Abbott wrote: 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

RE: [PATCH 06/35] staging: comedi: adl_pci9118: sample types are unsigned

2013-10-18 Thread Hartley Sweeten
On Wednesday, October 16, 2013 6:40 AM, Ian Abbott wrote: > 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` inste

RE: [PATCH 06/35] staging: comedi: adl_pci9118: sample types are unsigned

2013-10-18 Thread Hartley Sweeten
On Wednesday, October 16, 2013 6:40 AM, Ian Abbott wrote: > 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` inste

[PATCH 06/35] staging: comedi: adl_pci9118: sample types are unsigned

2013-10-16 Thread Ian Abbott
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` m