Re: [PATCH v2 01/11] power: bq25890: remove redundant I2C bus check

2020-05-03 Thread Sebastian Reichel
Hi, On Sun, May 03, 2020 at 05:21:10PM +0200, Michał Mirosław wrote: > regmap initialization will check I2C adapter functionality. > Remove redundant check in the driver. > > Signed-off-by: Michał Mirosław > --- Thanks, queued. -- Sebastian > drivers/power/supply/bq25890_charger.c | 6

[PATCH v2 01/11] power: bq25890: remove redundant I2C bus check

2020-05-03 Thread Michał Mirosław
regmap initialization will check I2C adapter functionality. Remove redundant check in the driver. Signed-off-by: Michał Mirosław --- drivers/power/supply/bq25890_charger.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/power/supply/bq25890_charger.c