mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] regulator: bd71837: Staticize ldo_2_volts
@ 2018-06-27 12:40 Axel Lin
  2018-06-27 12:40 ` [PATCH 2/2] regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementation Axel Lin
  2018-06-27 15:00 ` Applied "regulator: bd71837: Staticize ldo_2_volts" " Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2018-06-27 12:40 UTC (permalink / raw)
  To: Mark Brown; +Cc: Matti Vaittinen, Liam Girdwood, linux-kernel, Axel Lin

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/bd71837-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/bd71837-regulator.c b/drivers/regulator/bd71837-regulator.c
index 6eae4d0432a2..403b45de1262 100644
--- a/drivers/regulator/bd71837-regulator.c
+++ b/drivers/regulator/bd71837-regulator.c
@@ -195,7 +195,7 @@ static const struct regulator_linear_range bd71837_ldo1_voltage_ranges[] = {
  * LDO2
  * 0.8 or 0.9V
  */
-const unsigned int ldo_2_volts[] = {
+static const unsigned int ldo_2_volts[] = {
 	900000, 800000
 };
 
-- 
2.14.1


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

end of thread, other threads:[~2018-06-27 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27 12:40 [PATCH 1/2] regulator: bd71837: Staticize ldo_2_volts Axel Lin
2018-06-27 12:40 ` [PATCH 2/2] regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementation Axel Lin
2018-06-27 15:00   ` Applied "regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementation" to the regulator tree Mark Brown
2018-06-27 15:00 ` Applied "regulator: bd71837: Staticize ldo_2_volts" " Mark Brown

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

all inboxes | Powered by JetHome®