The following changes since commit 09f6109ff4f8003af3370dfee0f73fcf6d20087a: Merge tag 'iio-fixes-for-5.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2019-07-28 11:07:26 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.3b for you to fetch changes up to b9ddd5091160793ee9fac10da765cf3f53d2aaf0: iio: adc: max9611: Fix temperature reading in probe (2019-08-05 17:42:24 +0100) ---------------------------------------------------------------- Second set of IIO fix for the 5.3 cycle. * adf4371 - Calculation of the value to program to control the output frequency was incorrect. * max9611 - Fix temperature reading in probe. A recent fix for a wrong mask meant this code was looked at afresh. A second bug became obvious in which the return value was used inplace of the desired register value. This had no visible effect other than a communication test not actually testing the communications. ---------------------------------------------------------------- Jacopo Mondi (1): iio: adc: max9611: Fix temperature reading in probe Nuno Sá (1): iio: frequency: adf4371: Fix output frequency setting drivers/iio/adc/max9611.c | 2 +- drivers/iio/frequency/adf4371.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)