On Thu, Jun 30, 2022 at 9:59 AM Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> wrote: > > Add spi_device_id to silent following warning: > SPI driver tsc2046 has no spi_device_id for ti,tsc2046e-adc ... > +static const struct spi_device_id tsc2046_adc_spi_ids[] = { > + { "tsc2046e-adc" }, > + { }, No comma needed for terminator lines. > +}; -- With Best Regards, Andy Shevchenko