Merge "power: smb-lib: update USBIN_V_VOTER usage"

This commit is contained in:
Linux Build Service Account 2017-04-05 04:05:39 -07:00 committed by Gerrit - the friendly Code Review server
commit 85cd9a2afb

View file

@ -2521,10 +2521,6 @@ int smblib_set_prop_usb_voltage_min(struct smb_charger *chg,
return rc;
}
if (chg->mode == PARALLEL_MASTER)
vote(chg->pl_enable_votable_indirect, USBIN_V_VOTER,
min_uv > MICRO_5V, 0);
chg->voltage_min_uv = min_uv;
return rc;
}