[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <c9b72e72ecf154ff6bf96bd956bef7d4c5aca2d4.1268417170.git.ameya.palande@nokia.com>
Date: Fri, 12 Mar 2010 20:09:01 +0200
From: Ameya Palande <ameya.palande@...ia.com>
To: linux-kernel@...r.kernel.org
Cc: lrg@...mlogic.co.uk, broonie@...nsource.wolfsonmicro.com,
dbrownell@...rs.sourceforge.net
Subject: [PATCHv2] regulator: Get rid of lockdep warning
From: Ameya Palande <ameya.palande@...ia.com>
WARNING: at kernel/lockdep.c:2706 sysfs_add_file_mode+0x4c/0xa8()
Difference between v1 and v2:
Moved sysfs_attr_init() call as first one to access the structure.
Signed-off-by: Ameya Palande <ameya.palande@...ia.com>
CC: Liam Girdwood <lrg@...mlogic.co.uk>
CC: Mark Brown <broonie@...nsource.wolfsonmicro.com>
CC: David Brownell <dbrownell@...rs.sourceforge.net>
---
drivers/regulator/core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index c7bbe30..5af16c2 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -1038,6 +1038,7 @@ static struct regulator *create_regulator(struct regulator_dev *rdev,
goto overflow_err;
regulator->dev = dev;
+ sysfs_attr_init(®ulator->dev_attr.attr);
regulator->dev_attr.attr.name = kstrdup(buf, GFP_KERNEL);
if (regulator->dev_attr.attr.name == NULL)
goto attr_name_err;
--
1.6.3.3
--
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