Skip to content

Commit

Permalink
regulator: tps6524x: Remove unneeded comment for N_REGULATORS
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 11, 2012
1 parent 94732b9 commit 4d984d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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 4d984d1

Please sign in to comment.