Loading drivers/power/supply/qcom/qpnp-smb5.c +3 −1 Original line number Diff line number Diff line Loading @@ -1283,6 +1283,8 @@ static int smb5_usb_main_get_prop(struct power_supply *psy, val->intval = chg->flash_active; break; case POWER_SUPPLY_PROP_FLASH_TRIGGER: val->intval = 0; if (chg->chg_param.smb_version == PMI632_SUBTYPE) rc = schgm_flash_get_vreg_ok(chg, &val->intval); break; case POWER_SUPPLY_PROP_TOGGLE_STAT: Loading Loading
drivers/power/supply/qcom/qpnp-smb5.c +3 −1 Original line number Diff line number Diff line Loading @@ -1283,6 +1283,8 @@ static int smb5_usb_main_get_prop(struct power_supply *psy, val->intval = chg->flash_active; break; case POWER_SUPPLY_PROP_FLASH_TRIGGER: val->intval = 0; if (chg->chg_param.smb_version == PMI632_SUBTYPE) rc = schgm_flash_get_vreg_ok(chg, &val->intval); break; case POWER_SUPPLY_PROP_TOGGLE_STAT: Loading