diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 14:50:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 14:50:45 +0000 |
commit | 12f457dd78900dbdf9431330d0c1abc040e03dbe (patch) | |
tree | 5e5e2fd28aed189dc3494148e4a06e0dca258952 /drivers | |
parent | 9ee4be4156b1a507f199e750ba2c13ffb6ea9b42 (diff) | |
parent | 58fb5cf5d1edb7e306574833ee55d732918c89e3 (diff) |
Merge remote-tracking branch 'regulator/for-linus' into regulator-next
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index f489bed2d84..ca2efca0073 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2856,8 +2856,8 @@ void regulator_unregister(struct regulator_dev *rdev) list_del(&rdev->list); if (rdev->supply) regulator_put(rdev->supply); - device_unregister(&rdev->dev); kfree(rdev->constraints); + device_unregister(&rdev->dev); mutex_unlock(®ulator_list_mutex); } EXPORT_SYMBOL_GPL(regulator_unregister); |