Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140245
b: refs/heads/master
c: fefdae4
h: refs/heads/master
i:
  140243: 6e3b5dd
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Mar 31, 2009
1 parent bd8558f commit 75aad70
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: a9cb63b2a1768f40999e09939fd015cd203aa053
refs/heads/master: fefdae42465facfa26d41a7f0010f1ade32c3386
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static DEVICE_ATTR(min_microamps, 0666, show_min_uA, set_min_uA);
static DEVICE_ATTR(max_microamps, 0666, show_max_uA, set_max_uA);
static DEVICE_ATTR(mode, 0666, show_mode, set_mode);

struct device_attribute *attributes[] = {
static struct device_attribute *attributes[] = {
&dev_attr_min_microvolts,
&dev_attr_max_microvolts,
&dev_attr_min_microamps,
Expand Down

0 comments on commit 75aad70

Please sign in to comment.