Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192146
b: refs/heads/master
c: 0c50b44
h: refs/heads/master
v: v3
  • Loading branch information
Steve Muckle authored and Daniel Walker committed May 12, 2010
1 parent 13446b5 commit caa98ab
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: 2012e49e8ad4ae432cf1667e945b0f335c3e6d38
refs/heads/master: 0c50b444b69f49e38d16b974993a626ad74c59a7
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/vreg.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct vreg *vreg_get(struct device *dev, const char *id)
if (!strcmp(vregs[n].name, id))
return vregs + n;
}
return 0;
return ERR_PTR(-ENOENT);
}

void vreg_put(struct vreg *vreg)
Expand Down

0 comments on commit caa98ab

Please sign in to comment.