Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276114
b: refs/heads/master
c: 58fb5cf
h: refs/heads/master
v: v3
  • Loading branch information
Lothar Waßmann authored and Mark Brown committed Nov 28, 2011
1 parent 3e45eab commit 79d6146
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: d4d6373c1109b11c8118340be97ae31b8f94d66a
refs/heads/master: 58fb5cf5d1edb7e306574833ee55d732918c89e3
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2799,8 +2799,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 79d6146

Please sign in to comment.