Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242585
b: refs/heads/master
c: bf7d414
h: refs/heads/master
i:
  242583: 14148ea
v: v3
  • Loading branch information
Pali Rohár authored and Lars-Peter Clausen committed Feb 22, 2011
1 parent daf42e0 commit 6416bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c1b9ab67e7c7021be9d0db6345d6ccc5d70248f1
refs/heads/master: bf7d4140450f6dbc019a8831223e08d778f90dd7
4 changes: 2 additions & 2 deletions trunk/drivers/power/bq27x00_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define BQ27000_FLAG_CHGS BIT(7)
#define BQ27000_FLAG_FC BIT(5)

#define BQ27500_REG_SOC 0x2c
#define BQ27500_REG_SOC 0x2C
#define BQ27500_REG_DCAP 0x3C /* Design capacity */
#define BQ27500_FLAG_DSC BIT(0)
#define BQ27500_FLAG_FC BIT(9)
Expand Down Expand Up @@ -321,7 +321,7 @@ static int bq27x00_battery_temperature(struct bq27x00_device_info *di,
}

/*
* Return the battery average current
* Return the battery average current in µA
* Note that current can be negative signed as well
* Or 0 if something fails.
*/
Expand Down

0 comments on commit 6416bb6

Please sign in to comment.