Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262146
b: refs/heads/master
c: e0eaede
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Jun 9, 2011
1 parent ae9db28 commit a635c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: f5726ae33c382366ea1b23240d5620dcf675d81d
refs/heads/master: e0eaedefda8e14ed3f445f382c568c5d69e4223f
5 changes: 3 additions & 2 deletions trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,8 +1053,9 @@ static struct regulator *create_regulator(struct regulator_dev *rdev,

if (dev) {
/* create a 'requested_microamps_name' sysfs entry */
size = scnprintf(buf, REG_STR_SIZE, "microamps_requested_%s",
supply_name);
size = scnprintf(buf, REG_STR_SIZE,
"microamps_requested_%s-%s",
dev_name(dev), supply_name);
if (size >= REG_STR_SIZE)
goto overflow_err;

Expand Down

0 comments on commit a635c5a

Please sign in to comment.