Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292056
b: refs/heads/master
c: 4d984d1
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 11, 2012
1 parent 93da967 commit a879b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 94732b97c39859427cf99c34fc9de9750be7e5a5
refs/heads/master: 4d984d1cd838435cf1180ab9ffbab24cfdbf7515
4 changes: 1 addition & 3 deletions trunk/drivers/regulator/tps6524x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@
#define N_DCDC 3
#define N_LDO 2
#define N_SWITCH 2
#define N_REGULATORS (3 /* DCDC */ + \
2 /* LDO */ + \
2 /* switch */)
#define N_REGULATORS (N_DCDC + N_LDO + N_SWITCH)

#define FIXED_ILIMSEL BIT(0)
#define FIXED_VOLTAGE BIT(1)
Expand Down

0 comments on commit a879b46

Please sign in to comment.