power: bq27xxx_battery: fix platform probe
Add missing initialization of register mapping table to platform probe function. Signed-off-by: Sebastian Reichel <sre@kernel.org> Acked-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
0f4998cbb2
commit
0077ae7e99
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue