[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1409706930.12827.1.camel@phoenix>
Date: Wed, 03 Sep 2014 09:15:30 +0800
From: Axel Lin <axel.lin@...ics.com>
To: Mark Brown <broonie@...nel.org>
Cc: James Ban <james.ban.opensource@...semi.com>,
Liam Girdwood <lgirdwood@...il.com>,
Support Opensource <support.opensource@...semi.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH] regulator: da9211: Fix missing config.of_node setting
Signed-off-by: Axel Lin <axel.lin@...ics.com>
---
drivers/regulator/da9211-regulator.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/regulator/da9211-regulator.c b/drivers/regulator/da9211-regulator.c
index 9722728..044c36c 100644
--- a/drivers/regulator/da9211-regulator.c
+++ b/drivers/regulator/da9211-regulator.c
@@ -364,6 +364,7 @@ static int da9211_regulator_init(struct da9211 *chip)
config.dev = chip->dev;
config.driver_data = chip;
config.regmap = chip->regmap;
+ config.of_node = chip->dev->of_node;
chip->rdev[i] = devm_regulator_register(chip->dev,
&da9211_regulators[i], &config);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists