Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0077ae7e authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

power: bq27xxx_battery: fix platform probe



Add missing initialization of register mapping table to
platform probe function.

Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
Acked-by: default avatarPali Rohár <pali.rohar@gmail.com>
Acked-by: default avatarAndrew F. Davis <afd@ti.com>
parent 0f4998cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1292,6 +1292,7 @@ static int bq27xxx_battery_platform_probe(struct platform_device *pdev)

	di->dev = &pdev->dev;
	di->chip = pdata->chip;
	di->regs = bq27xxx_regs[di->chip];

	name = pdata->name ?: dev_name(&pdev->dev);
	di->bus.read = &bq27xxx_battery_platform_read;