Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232954
b: refs/heads/master
c: 6227011
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Kevin Hilman committed Jan 31, 2011
1 parent 6808878 commit 6f54c4d
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: 617fcc98020bbc9492cacdef40423b758c02a9df
refs/heads/master: 62270119867131d6d11fe018f1fafcf0fa2933e3
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/voltage.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ static void __init vdd_debugfs_init(struct omap_vdd_info *vdd)
strcat(name, vdd->voltdm.name);

vdd->debug_dir = debugfs_create_dir(name, voltage_dir);
kfree(name);
if (IS_ERR(vdd->debug_dir)) {
pr_warning("%s: Unable to create debugfs directory for"
" vdd_%s\n", __func__, vdd->voltdm.name);
Expand Down

0 comments on commit 6f54c4d

Please sign in to comment.