From 3f92fb01a37ba1b84dd1e3232ad7bfb2be98462a Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Mon, 5 Nov 2007 11:43:36 -0500 Subject: [PATCH] --- yaml --- r: 95539 b: refs/heads/master c: c46e5658a0b81891532705bd65592afe091a5967 h: refs/heads/master i: 95537: f548835ecd458be1f19a4fe2c1a3e2f85a8c54b9 95535: d1f2cf8b3f86b49d7b485acd725c130601eaa484 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/video.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7b50adf76515..e92cfaddb28b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 251cb0bc795f5c0d8ca27df093319e5b39966174 +refs/heads/master: c46e5658a0b81891532705bd65592afe091a5967 diff --git a/trunk/drivers/acpi/video.c b/trunk/drivers/acpi/video.c index 87ae791781ab..c24a1d743257 100644 --- a/trunk/drivers/acpi/video.c +++ b/trunk/drivers/acpi/video.c @@ -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; @@ -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;