Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4729
b: refs/heads/master
c: 8de7a63
h: refs/heads/master
i:
  4727: a1bf588
v: v3
  • Loading branch information
Andrew Morton authored and Len Brown committed Jul 12, 2005
1 parent f7ca09e commit 9601db3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d1dd0c23916bd781de27bc5ec1c295064e9ce9cc
refs/heads/master: 8de7a63b69a263b7549599be882d7aa15397f8b3
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/hotkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,10 @@ static int auto_hotkey_remove(struct acpi_device *device, int type)
static int create_polling_proc(union acpi_hotkey *device)
{
struct proc_dir_entry *proc;
mode_t mode;

ACPI_FUNCTION_TRACE("create_polling_proc");
mode_t mode = S_IFREG | S_IRUGO | S_IWUGO;
mode = S_IFREG | S_IRUGO | S_IWUGO;

proc = create_proc_entry(device->poll_hotkey.action_method,
mode, hotkey_proc_dir);
Expand Down

0 comments on commit 9601db3

Please sign in to comment.