Loading drivers/power/supply/qcom/qpnp-smb5.c +1 −0 Original line number Diff line number Diff line Loading @@ -1418,6 +1418,7 @@ static int smb5_dc_get_prop(struct power_supply *psy, break; case POWER_SUPPLY_PROP_INPUT_VOLTAGE_REGULATION: rc = smblib_get_prop_voltage_wls_output(chg, val); break; case POWER_SUPPLY_PROP_DC_RESET: val->intval = 0; break; Loading Loading
drivers/power/supply/qcom/qpnp-smb5.c +1 −0 Original line number Diff line number Diff line Loading @@ -1418,6 +1418,7 @@ static int smb5_dc_get_prop(struct power_supply *psy, break; case POWER_SUPPLY_PROP_INPUT_VOLTAGE_REGULATION: rc = smblib_get_prop_voltage_wls_output(chg, val); break; case POWER_SUPPLY_PROP_DC_RESET: val->intval = 0; break; Loading