2012-06-05 10:10:19

by Haojian Zhuang

[permalink] [raw]
Subject: [PATCH] regulator: max8649: fix missing regmap in rdev

In probe(), rdev->regmap must be assigned.

Signed-off-by: Haojian Zhuang <[email protected]>
---
drivers/regulator/max8649.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/regulator/max8649.c b/drivers/regulator/max8649.c
index 1f4bb80..9d540cd 100644
--- a/drivers/regulator/max8649.c
+++ b/drivers/regulator/max8649.c
@@ -259,6 +259,7 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client,
config.dev = &client->dev;
config.init_data = pdata->regulator;
config.driver_data = info;
+ config.regmap = info->regmap;

info->regulator = regulator_register(&dcdc_desc, &config);
if (IS_ERR(info->regulator)) {
--
1.7.5.4


2012-06-05 10:15:18

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: max8649: fix missing regmap in rdev

On Tue, Jun 05, 2012 at 06:10:10PM +0800, Haojian Zhuang wrote:
> In probe(), rdev->regmap must be assigned.
>
> Signed-off-by: Haojian Zhuang <[email protected]>

Applied for 3.5, it's not needed in -next as the regulator API will do
the lookup automatically from the device.


Attachments:
(No filename) (285.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments