Re: [PATCH] iio: ina2xx: fix channel order in software buffer

2015-12-19 Thread Jonathan Cameron
On 15/12/15 15:26, Marc Titinger wrote: > POWER and CURRENT were swapped out in the buffer: > was current2 and power3, correct order is power2 and current3. > > Signed-off-by: Marc Titinger > > --- > > Hi Jon, > > we just found this while testing with the buffered mode. > My apologies for miss

[PATCH] iio: ina2xx: fix channel order in software buffer

2015-12-15 Thread Marc Titinger
POWER and CURRENT were swapped out in the buffer: was current2 and power3, correct order is power2 and current3. Signed-off-by: Marc Titinger --- Hi Jon, we just found this while testing with the buffered mode. My apologies for missing this bug ealier. Cheers, Marc. --- drivers/iio/adc/ina