* [PATCH] regulator: tps6524x: Remove unneeded comment for N_REGULATORS
@ 2012-03-09 3:37 Axel Lin
2012-03-09 12:35 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-03-09 3:37 UTC (permalink / raw)
To: linux-kernel; +Cc: Cyril Chemparathy, Liam Girdwood, Mark Brown
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/regulator/tps6524x-regulator.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/drivers/regulator/tps6524x-regulator.c b/drivers/regulator/tps6524x-regulator.c
index 70b7b1f..60846e0 100644
--- a/drivers/regulator/tps6524x-regulator.c
+++ b/drivers/regulator/tps6524x-regulator.c
@@ -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)
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] regulator: tps6524x: Remove unneeded comment for N_REGULATORS
2012-03-09 3:37 [PATCH] regulator: tps6524x: Remove unneeded comment for N_REGULATORS Axel Lin
@ 2012-03-09 12:35 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-03-09 12:35 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Cyril Chemparathy, Liam Girdwood
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
On Fri, Mar 09, 2012 at 11:37:30AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Applied, thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-09 12:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 3:37 [PATCH] regulator: tps6524x: Remove unneeded comment for N_REGULATORS Axel Lin
2012-03-09 12:35 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox