Skip to content

Commit

Permalink
Merge branch 'misc-2.6.31' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Aug 2, 2009
2 parents 95452a6 + d0006f3 commit 3be4ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void acpi_table_attr_init(struct acpi_table_attr *table_attr,
table_attr->attr.size = 0;
table_attr->attr.read = acpi_table_show;
table_attr->attr.attr.name = table_attr->name;
table_attr->attr.attr.mode = 0444;
table_attr->attr.attr.mode = 0400;

return;
}
Expand Down

0 comments on commit 3be4ee5

Please sign in to comment.