Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282181
b: refs/heads/master
c: 12f457d
h: refs/heads/master
i:
  282179: 0ad7e2f
v: v3
  • Loading branch information
Mark Brown committed Nov 28, 2011
1 parent 2f70867 commit 14fb76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ee4be4156b1a507f199e750ba2c13ffb6ea9b42
refs/heads/master: 12f457dd78900dbdf9431330d0c1abc040e03dbe
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(&regulator_list_mutex);
}
EXPORT_SYMBOL_GPL(regulator_unregister);
Expand Down

0 comments on commit 14fb76e

Please sign in to comment.