Re: [PATCH v2] iio: imu: bmi270: fix dev_err_probe error msg
From: Jonathan Cameron
Date: Sun Nov 09 2025 - 09:57:40 EST
On Mon, 3 Nov 2025 09:55:03 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Sun, Nov 02, 2025 at 07:30:18PM -0300, Rodrigo Gobbi wrote:
> > The bmi270 can be connected to I2C or a SPI interface. If it is a SPI,
> > during probe, if devm_regmap_init() fails, it should print the "spi"
> > term rather "i2c".
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Applied to the togreg branch of iio.git. I'm not in a particular
rush to get an error message fix in so this can wait for the next
merge window.
Thanks,
Jonathan