On Sat, Oct 12, 2019 at 12:19:46PM +0100, Jonathan Cameron wrote: > The following changes since commit b73b93a2af3392b9b7b8ba7e818ee767499f9655: > > iio: adc: ad7192: Add sysfs ABI documentation (2019-09-08 10:34:49 +0100) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-5.5a-take2 Better, but I see this now: drivers/iio/imu/adis.c: In function ‘__adis_check_status’: drivers/iio/imu/adis.c:295:9: warning: ‘status’ may be used uninitialized in this function [-Wmaybe-uninitialized] 295 | status &= adis->data->status_error_mask; | ^~ I'll take this, can you just send a follow-on patch for this? thanks, greg k-h