Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222058
b: refs/heads/master
c: ed3aada
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Nov 13, 2010
1 parent 48972db commit 3dbd87c
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: 9457b24a0955bbdd2e89220a75de69fe09501bba
refs/heads/master: ed3aada1bf34c5a9e98af167f125f8a740fc726a
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int __init acpi_debugfs_init(void)
if (!acpi_dir)
goto err;

cm_dentry = debugfs_create_file("custom_method", S_IWUGO,
cm_dentry = debugfs_create_file("custom_method", S_IWUSR,
acpi_dir, NULL, &cm_fops);
if (!cm_dentry)
goto err;
Expand Down

0 comments on commit 3dbd87c

Please sign in to comment.