All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: da9211: Fix missing config.of_node setting
@ 2014-09-03  1:15 Axel Lin
  2014-09-03 14:37 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2014-09-03  1:15 UTC (permalink / raw)
  To: Mark Brown; +Cc: James Ban, Liam Girdwood, Support Opensource, linux-kernel

Signed-off-by: Axel Lin <axel.lin@ingics.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




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

* Re: [PATCH] regulator: da9211: Fix missing config.of_node setting
  2014-09-03  1:15 [PATCH] regulator: da9211: Fix missing config.of_node setting Axel Lin
@ 2014-09-03 14:37 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-09-03 14:37 UTC (permalink / raw)
  To: Axel Lin; +Cc: James Ban, Liam Girdwood, Support Opensource, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

On Wed, Sep 03, 2014 at 09:15:30AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-09-03 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03  1:15 [PATCH] regulator: da9211: Fix missing config.of_node setting Axel Lin
2014-09-03 14:37 ` Mark Brown

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.