Re: [PATCH v2 3/4] iio: adc: at91_adc: add Kconfig dependency on the OF symbol

2020-09-30 Thread Alexandru Ardelean
On Wed, Sep 30, 2020 at 10:39 AM Alexandre Belloni wrote: > > Hi, > > On 30/09/2020 09:00:07+0300, Alexandru Ardelean wrote: > > This tries to solve a warning reported by the lkp bot: > > > > >> drivers/iio/adc/at91_adc.c:1439:34: warning: unused variable > > >> 'at91_adc_dt_ids'

Re: [PATCH v2 3/4] iio: adc: at91_adc: add Kconfig dependency on the OF symbol

2020-09-30 Thread Alexandre Belloni
Hi, On 30/09/2020 09:00:07+0300, Alexandru Ardelean wrote: > This tries to solve a warning reported by the lkp bot: > > >> 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[] = { >

[PATCH v2 3/4] iio: adc: at91_adc: add Kconfig dependency on the OF symbol

2020-09-29 Thread Alexandru Ardelean
This tries to solve a warning reported by the lkp bot: >> 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[] = { ^ 1 warning generated. This shows