Skip to content

Commit

Permalink
treewide: fix coding errors introduced in OOS 10.5.10BA
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <eng.stk@sapo.pt>
  • Loading branch information
kristofpetho authored and engstk committed Jul 9, 2020
1 parent 83d9036 commit 0d8ce3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/supply/qcom/smb5-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -8660,7 +8660,7 @@ static void op_check_high_vbat_chg_work(struct work_struct *work)
}
temp_region = op_battery_temp_region_get(chg);
if (temp_region == BATT_TEMP_COLD
&& temp_region == BATT_TEMP_HOT) {
|| temp_region == BATT_TEMP_HOT) {
chg->check_high_vbat_chg_count = 0;
return;
}
Expand Down

0 comments on commit 0d8ce3f

Please sign in to comment.