Re: [PATCH v4 2/2] iio: hx711: fix bug in reset functionality

2017-12-17 Thread Jonathan Cameron
On Wed, 13 Dec 2017 18:10:34 +0100 Andreas Klinger wrote: > Return value in hx711_reset() should indicate status of dout otherwise the > calling function is reporting an error as false positive > > If there are two reads too close to each other, then the second one will > never succeed. This hap

[PATCH v4 2/2] iio: hx711: fix bug in reset functionality

2017-12-13 Thread Andreas Klinger
Return value in hx711_reset() should indicate status of dout otherwise the calling function is reporting an error as false positive If there are two reads too close to each other, then the second one will never succeed. This happens especially when using buffered mode with both channels enabled.