Loading drivers/power/supply/qcom/qpnp-smbcharger.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2014-2016, 2018 The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2016, 2018-2019 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -6075,6 +6075,7 @@ static int smbchg_battery_get_property(struct power_supply *psy, break; case POWER_SUPPLY_PROP_CURRENT_NOW: val->intval = get_prop_batt_current_now(chip); val->intval *= (-1); break; case POWER_SUPPLY_PROP_VOLTAGE_NOW: val->intval = get_prop_batt_voltage_now(chip); Loading Loading
drivers/power/supply/qcom/qpnp-smbcharger.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2014-2016, 2018 The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2016, 2018-2019 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -6075,6 +6075,7 @@ static int smbchg_battery_get_property(struct power_supply *psy, break; case POWER_SUPPLY_PROP_CURRENT_NOW: val->intval = get_prop_batt_current_now(chip); val->intval *= (-1); break; case POWER_SUPPLY_PROP_VOLTAGE_NOW: val->intval = get_prop_batt_voltage_now(chip); Loading