public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] regulator: ad5398: Constify regulator_desc
@ 2012-04-05  3:56 Axel Lin
  2012-04-05  3:58 ` [PATCH 2/6] regulator: isl6271a: " Axel Lin
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Axel Lin @ 2012-04-05  3:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sonic Zhang, Liam Girdwood, Mark Brown

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

diff --git a/drivers/regulator/ad5398.c b/drivers/regulator/ad5398.c
index 7d51793..9ba69c4 100644
--- a/drivers/regulator/ad5398.c
+++ b/drivers/regulator/ad5398.c
@@ -184,7 +184,7 @@ static struct regulator_ops ad5398_ops = {
 	.is_enabled = ad5398_is_enabled,
 };
 
-static struct regulator_desc ad5398_reg = {
+static const struct regulator_desc ad5398_reg = {
 	.name = "isink",
 	.id = 0,
 	.ops = &ad5398_ops,
-- 
1.7.5.4




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

end of thread, other threads:[~2012-04-05  9:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05  3:56 [PATCH 1/6] regulator: ad5398: Constify regulator_desc Axel Lin
2012-04-05  3:58 ` [PATCH 2/6] regulator: isl6271a: " Axel Lin
2012-04-05  3:59 ` [PATCH 3/6] regulator: lp3971: " Axel Lin
2012-04-05  4:00 ` [PATCH 4/6] regulator: lp3972: " Axel Lin
2012-04-05  4:01 ` [PATCH 5/6] regulator: pcap: " Axel Lin
2012-04-05  4:02 ` [PATCH 6/6] regulator: pcf50633: " Axel Lin
2012-04-05  4:15 ` [PATCH 1/6] regulator: ad5398: " Zhang, Sonic
2012-04-05  9:41 ` Mark Brown

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