Re: [PATCH] iio: pressure: bmp280: Add missing bmp085 to SPI id table

From: Jonathan Cameron
Date: Thu Dec 21 2023 - 12:10:06 EST


On Wed, 20 Dec 2023 20:07:57 +0100
Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:

> On Wed, Dec 20, 2023 at 7:47 PM Sam Protsenko
> <semen.protsenko@xxxxxxxxxx> wrote:
>
> > "bmp085" is missing in bmp280_spi_id[] table, which leads to the next
> > warning in dmesg:
> >
> > SPI driver bmp280 has no spi_device_id for bosch,bmp085
> >
> > Add "bmp085" to bmp280_spi_id[] by mimicking its existing description in
> > bmp280_of_spi_match[] table to fix the above warning.
> >
> > Signed-off-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx>
> > Fixes: b26b4e91700f ("iio: pressure: bmp280: add SPI interface driver")
>
> Right! Thanks for fixing this Sam!
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
Applied to the fixes-togreg branch of iio.git and marked for stable.

Thanks,

J
> Yours,
> Linus Walleij