On Sat, Sep 07, 2024 at 03:25:14PM -0300, Fabio Joaquin wrote: > The remove of the line of the referenced string was the forced solution of this source of warning. What warning exactly? And please wrap your changelog at 72 columns like your editor asked you to. > The string wasn't defined in the bindings directory, so this was necessary. I can't really understand this sentance, sorry. > > Signed-off-by: Fabio Joaquin <joakobar2000@xxxxxxxxx> > --- > drivers/staging/iio/accel/adis16203.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/iio/accel/adis16203.c b/drivers/staging/iio/accel/adis16203.c > index c0e4c9266b5f4..0255ed6dc300d 100644 > --- a/drivers/staging/iio/accel/adis16203.c > +++ b/drivers/staging/iio/accel/adis16203.c > @@ -293,7 +293,6 @@ static int adis16203_probe(struct spi_device *spi) > } > > static const struct of_device_id adis16203_of_match[] = { > - { .compatible = "adi,adis16203" }, So now this driver doesn't bind to anything? confused, greg k-h