Loading drivers/power/supply/qcom/smb-lib.c +2 −1 Original line number Diff line number Diff line Loading @@ -2664,7 +2664,6 @@ int smblib_set_icl_reduction(struct smb_charger *chg, int reduction_ua) int current_ua, rc; if (reduction_ua == 0) { chg->icl_reduction_ua = 0; vote(chg->usb_icl_votable, PL_USBIN_USBIN_VOTER, false, 0); } else { /* Loading @@ -2682,6 +2681,8 @@ int smblib_set_icl_reduction(struct smb_charger *chg, int reduction_ua) } } chg->icl_reduction_ua = reduction_ua; return rerun_election(chg->usb_icl_votable); } Loading Loading
drivers/power/supply/qcom/smb-lib.c +2 −1 Original line number Diff line number Diff line Loading @@ -2664,7 +2664,6 @@ int smblib_set_icl_reduction(struct smb_charger *chg, int reduction_ua) int current_ua, rc; if (reduction_ua == 0) { chg->icl_reduction_ua = 0; vote(chg->usb_icl_votable, PL_USBIN_USBIN_VOTER, false, 0); } else { /* Loading @@ -2682,6 +2681,8 @@ int smblib_set_icl_reduction(struct smb_charger *chg, int reduction_ua) } } chg->icl_reduction_ua = reduction_ua; return rerun_election(chg->usb_icl_votable); } Loading