diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-05 04:05:39 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-05 04:05:39 -0700 |
| commit | 85cd9a2afb3fff017105f137a4fc7b0afd25ba2f (patch) | |
| tree | 56116439b1f8d4c50f723c2728f9d346e4da2752 /drivers | |
| parent | 0645e1acd6d7967b31143bcb822713d3b455585a (diff) | |
| parent | 38939b5e92ae99b3544f24e275746ba27cd8ba98 (diff) | |
Merge "power: smb-lib: update USBIN_V_VOTER usage"
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/supply/qcom/smb-lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/power/supply/qcom/smb-lib.c b/drivers/power/supply/qcom/smb-lib.c index c74b310bd470..d631f49db63a 100644 --- a/drivers/power/supply/qcom/smb-lib.c +++ b/drivers/power/supply/qcom/smb-lib.c @@ -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; } |
