Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188978
b: refs/heads/master
c: 4f26a2a
h: refs/heads/master
v: v3
  • Loading branch information
Ameya Palande authored and Liam Girdwood committed Mar 22, 2010
1 parent 07c3e5c commit f68ac11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67e46f347eb25222e2b415540b6ba3fd2574afe2
refs/heads/master: 4f26a2abe1eed18dc6adddf2d0ae5553e51578c2
1 change: 1 addition & 0 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ static struct regulator *create_regulator(struct regulator_dev *rdev,
goto overflow_err;

regulator->dev = dev;
sysfs_attr_init(&regulator->dev_attr.attr);
regulator->dev_attr.attr.name = kstrdup(buf, GFP_KERNEL);
if (regulator->dev_attr.attr.name == NULL)
goto attr_name_err;
Expand Down

0 comments on commit f68ac11

Please sign in to comment.