commit | 7eef3e663834476946ecd4a43b4e1a2cb2bc9884 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Aug 01 15:31:01 2021 +0200 |
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | Thu Aug 05 18:54:52 2021 +0200 |
tree | 75f2fd4146fa9566df010426784406060812fc95 | |
parent | f17bda7f655fa5ede982a487b8f6d732bbe1959a [diff] |
power: supply: axp288_fuel_gauge: Store struct device pointer in axp288_fg_info Directly store the struct device pointer in axp288_fg_info, rather then storing a pointer to the struct platform_device there and then using "&info->pdev->dev" everywhere. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>