提交 0077ae7e 编写于 作者: S Sebastian Reichel

power: bq27xxx_battery: fix platform probe

Add missing initialization of register mapping table to
platform probe function.
Signed-off-by: NSebastian Reichel <sre@kernel.org>
Acked-by: NPali Rohár <pali.rohar@gmail.com>
Acked-by: NAndrew F. Davis <afd@ti.com>
上级 0f4998cb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册