Skip to content

Commit

Permalink
Merge branch 'fix-permissions'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekensteyn committed Sep 17, 2011
2 parents f953c44 + 3c842f4 commit 3291e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acpi_call.c
Expand Up @@ -247,7 +247,7 @@ static int acpi_proc_read(char *page, char **start, off_t off,
/** module initialization function */ /** module initialization function */
static int __init init_acpi_call(void) static int __init init_acpi_call(void)
{ {
struct proc_dir_entry *acpi_entry = create_proc_entry("call", 0666, acpi_root_dir); struct proc_dir_entry *acpi_entry = create_proc_entry("call", 0660, acpi_root_dir);


strcpy(result_buffer, "not called"); strcpy(result_buffer, "not called");


Expand Down

0 comments on commit 3291e39

Please sign in to comment.