power: supply: bq24190_charger: Always call power_supply_get_battery_info()
authorHans de Goede <hdegoede@redhat.com>
Sun, 6 Feb 2022 18:35:39 +0000 (19:35 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Fri, 11 Feb 2022 18:08:34 +0000 (19:08 +0100)
commita314fae312639876ff00788c6b8a5dca55be3190
tree8c4e54ad97a870da2de2f94cf562ece2b0b70ec0
parent5e8c1dc78ccf37fc804df5415a8426ca9d19d51a
power: supply: bq24190_charger: Always call power_supply_get_battery_info()

power_supply_get_battery_info() now also supports getting battery_info
on boards not using dt/of. Remove the of_node check. If neither of nor
other battery-info is present the function will fail making this change
a no-op in that case.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq24190_charger.c