On Sat, May 14, 2022 at 10:27 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > On Fri, 13 May 2022 22:35:13 +0800 > Zheyu Ma <zheyuma97@xxxxxxxxx> wrote: > > > When the driver fails in bmi160_chip_init(), it should disable the > > regulator. > > > > The following log shows it: > > > > [ 18.709662] WARNING: CPU: 0 PID: 294 at drivers/regulator/core.c:2257 _regulator_put+0x3ec/0x4e0 > > [ 18.712069] RIP: 0010:_regulator_put+0x3ec/0x4e0 > > [ 18.716395] Call Trace: > > [ 18.716522] <TASK> > > [ 18.716636] regulator_bulk_free+0x82/0xe0 > > [ 18.717077] i2c_device_probe+0x6f0/0x800 > > > > Fixes: 5dea3fb066f0 ("iio: imu: bmi160: added regulator support") > > Signed-off-by: Zheyu Ma <zheyuma97@xxxxxxxxx> > > Hi, > > Good find, but Tong Zhang got their first and the resulting patch > fixes an additional issue missed in this fix. See below. Thanks for your reply! I'll check the linux-next branch next time. Zheyu Ma