Re: [PATCH 2/2] iio:adc:ti-ads124s08: Fix packet read from the ADC

2021-01-28 Thread Dan Murphy
Jonathan On 1/24/21 9:12 AM, Jonathan Cameron wrote: On Thu, 21 Jan 2021 13:14:31 -0600 Dan Murphy wrote: Fix the spi_transfer array in the reading of the data from the ADC. Fixes: ("e717f8c6dfec iio: adc: Add the TI ads124s08 ADC code") Signed-off-by: Dan Murphy I'm not really following

Re: [PATCH 2/2] iio:adc:ti-ads124s08: Fix packet read from the ADC

2021-01-24 Thread Jonathan Cameron
On Thu, 21 Jan 2021 13:14:31 -0600 Dan Murphy wrote: > Fix the spi_transfer array in the reading of the data from the ADC. > > Fixes: ("e717f8c6dfec iio: adc: Add the TI ads124s08 ADC code") > Signed-off-by: Dan Murphy I'm not really following the changes below.. > --- >

[PATCH 2/2] iio:adc:ti-ads124s08: Fix packet read from the ADC

2021-01-21 Thread Dan Murphy
Fix the spi_transfer array in the reading of the data from the ADC. Fixes: ("e717f8c6dfec iio: adc: Add the TI ads124s08 ADC code") Signed-off-by: Dan Murphy --- drivers/iio/adc/ti-ads124s08.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/iio/adc/ti-ads124s08.c