Re: [PATCH v4 0/4] iio: adc: at91: misc driver cleanups

2020-10-10 Thread Jonathan Cameron
On Wed, 30 Sep 2020 16:50:44 +0300 Alexandru Ardelean wrote: > This whole thing started because the lkp bot haunted me for a while with > this build warning: > > >> drivers/iio/adc/at91_adc.c:1439:34: warning: unused variable > >> 'at91_adc_dt_ids' [-Wunused-const-variable] >static const

[PATCH v4 0/4] iio: adc: at91: misc driver cleanups

2020-09-30 Thread Alexandru Ardelean
This whole thing started because the lkp bot haunted me for a while with this build warning: >> drivers/iio/adc/at91_adc.c:1439:34: warning: unused variable >> 'at91_adc_dt_ids' [-Wunused-const-variable] static const struct of_device_id at91_adc_dt_ids[] = {