All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Sangbeom Kim <sbkim73@samsung.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Lee Jones <lee.jones@linaro.org>,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Kyungmin Park <kyungmin.park@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Tomasz Figa <t.figa@samsung.com>,
	Yadwinder Singh Brar <yadi.brar@samsung.com>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: [PATCH v3 07/13] regulator: s2mps11: Constify regulator_desc array
Date: Mon, 17 Feb 2014 09:40:21 +0100	[thread overview]
Message-ID: <1392626427-4518-8-git-send-email-k.kozlowski@samsung.com> (raw)
In-Reply-To: <1392626427-4518-1-git-send-email-k.kozlowski@samsung.com>

Constify the regulator_desc 'regulators' array.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
---
 drivers/regulator/s2mps11.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c
index acdd3b92b8d6..caf3977761e7 100644
--- a/drivers/regulator/s2mps11.c
+++ b/drivers/regulator/s2mps11.c
@@ -343,7 +343,7 @@ static struct regulator_ops s2mps11_buck_ops = {
 	.enable_mask	= S2MPS11_ENABLE_MASK			\
 }
 
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
 	regulator_desc_ldo2(1),
 	regulator_desc_ldo1(2),
 	regulator_desc_ldo1(3),
-- 
1.7.9.5


  parent reply	other threads:[~2014-02-17  8:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-17  8:40 [PATCH v3 00/13] mfd/regulator/rtc: sec: Add support for S2MPS14 Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 01/13] mfd: sec: Add maximum RTC register for regmap config Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 02/13] mfd: sec: Select different RTC regmaps for devices Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 03/13] mfd/rtc: sec/s5m: Rename SEC* symbols to S5M Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 04/13] rtc: s5m: Remove undocumented time init on first boot Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 05/13] mfd: sec: Use consistent S2MPS11 RTC alarm interrupt indexes Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 06/13] regulator: s2mps11: Don't store registered regulators in state container Krzysztof Kozlowski
2014-02-17  8:40 ` Krzysztof Kozlowski [this message]
2014-02-17  8:40 ` [PATCH v3 08/13] regulator: s2mps11: Copy supported regulators from initconst Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 09/13] mfd: sec: Add support for S2MPS14 Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 10/13] regulator: s2mps11: Add support for S2MPS14 regulators Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 11/13] Documentation: mfd: s2mps11: Document support for S2MPS14 Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 12/13] rtc: s5m: Support different register layout Krzysztof Kozlowski
2014-02-17  8:40 ` [PATCH v3 13/13] rtc: s5m: Add support for S2MPS14 RTC Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392626427-4518-8-git-send-email-k.kozlowski@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=broonie@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=sameo@linux.intel.com \
    --cc=sbkim73@samsung.com \
    --cc=t.figa@samsung.com \
    --cc=yadi.brar@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.