public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] regulator: max1586: Constify regulator_desc
@ 2012-04-06  0:24 Axel Lin
  2012-04-06  0:26 ` [PATCH 2/6] regulator: max8649: " Axel Lin
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Axel Lin @ 2012-04-06  0:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Robert Jarzmik, Liam Girdwood, Mark Brown

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/regulator/max1586.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/max1586.c b/drivers/regulator/max1586.c
index 282d2ee..fad0bee 100644
--- a/drivers/regulator/max1586.c
+++ b/drivers/regulator/max1586.c
@@ -161,7 +161,7 @@ static struct regulator_ops max1586_v6_ops = {
 	.list_voltage = max1586_v6_list,
 };
 
-static struct regulator_desc max1586_reg[] = {
+static const struct regulator_desc max1586_reg[] = {
 	{
 		.name = "Output_V3",
 		.id = MAX1586_V3,
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-04-09 21:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06  0:24 [PATCH 1/6] regulator: max1586: Constify regulator_desc Axel Lin
2012-04-06  0:26 ` [PATCH 2/6] regulator: max8649: " Axel Lin
2012-04-06  0:26 ` [PATCH 3/6] regulator: max8660: " Axel Lin
2012-04-06  0:29 ` [PATCH 4/6] regulator: max8952: " Axel Lin
2012-04-06  0:30 ` [PATCH 5/6] regulator: tps6105x: " Axel Lin
2012-04-09 21:12   ` Linus Walleij
2012-04-06  0:31 ` [PATCH 6/6] regulator: tps65217: " Axel Lin
2012-04-06  7:03   ` AnilKumar, Chimata
2012-04-06  9:07 ` [PATCH 1/6] regulator: max1586: " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox