Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320504
b: refs/heads/master
c: ecc2edd
h: refs/heads/master
v: v3
  • Loading branch information
Richard A. Smith authored and Anton Vorontsov committed Jul 16, 2012
1 parent 7fe240f commit 03f933f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5619d0ba97cd336a100121cf8f2968c4b1f6c848
refs/heads/master: ecc2edd56c49fa31a0a9ed15a7bf810ae79d3b85
6 changes: 2 additions & 4 deletions trunk/drivers/power/olpc_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,9 @@ static int olpc_bat_get_charge_full_design(union power_supply_propval *val)

case POWER_SUPPLY_TECHNOLOGY_LiFe:
switch (mfr) {
case 1: /* Gold Peak */
val->intval = 2800000;
break;
case 1: /* Gold Peak, fall through */
case 2: /* BYD */
val->intval = 3100000;
val->intval = 2800000;
break;
default:
return -EIO;
Expand Down

0 comments on commit 03f933f

Please sign in to comment.