Re: [PATCH 1/3] power: bq27xxx_battery: fix platform probe

From: Pali RohÃr
Date: Fri Oct 16 2015 - 10:47:48 EST


On Friday 16 October 2015 15:44:10 Sebastian Reichel wrote:
> Add missing initialization of register mapping table to
> platform probe function.
>
> Signed-off-by: Sebastian Reichel <sre@xxxxxxxxxx>
> ---
> drivers/power/bq27xxx_battery.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/power/bq27xxx_battery.c b/drivers/power/bq27xxx_battery.c
> index 994c78d9f426..69e6b371a51c 100644
> --- a/drivers/power/bq27xxx_battery.c
> +++ b/drivers/power/bq27xxx_battery.c
> @@ -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;

Acked-by: Pali RohÃr <pali.rohar@xxxxxxxxx>

--
Pali RohÃr
pali.rohar@xxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/