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

From: Linus Walleij
Date: Wed Dec 20 2023 - 14:08:22 EST


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>

Yours,
Linus Walleij