Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95539
b: refs/heads/master
c: c46e565
h: refs/heads/master
i:
  95537: f548835
  95535: d1f2cf8
v: v3
  • Loading branch information
Dmitry Torokhov authored and Len Brown committed Apr 29, 2008
1 parent 274ee08 commit 3f92fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 251cb0bc795f5c0d8ca27df093319e5b39966174
refs/heads/master: c46e5658a0b81891532705bd65592afe091a5967
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ static int acpi_video_bus_add_fs(struct acpi_device *device)
entry->owner = THIS_MODULE;

/* 'POST' [R/W] */
entry = create_proc_entry("POST", S_IFREG | S_IRUGO | S_IRUSR,
entry = create_proc_entry("POST", S_IFREG | S_IRUGO | S_IWUSR,
device_dir);
if (!entry)
goto err_remove_post_info;
Expand All @@ -1387,7 +1387,7 @@ static int acpi_video_bus_add_fs(struct acpi_device *device)
entry->owner = THIS_MODULE;

/* 'DOS' [R/W] */
entry = create_proc_entry("DOS", S_IFREG | S_IRUGO | S_IRUSR,
entry = create_proc_entry("DOS", S_IFREG | S_IRUGO | S_IWUSR,
device_dir);
if (!entry)
goto err_remove_post;
Expand Down

0 comments on commit 3f92fb0

Please sign in to comment.