Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2db9ccba8d4bb8e3aa6d0cd8e7544c5736963bbc
Commit:     2db9ccba8d4bb8e3aa6d0cd8e7544c5736963bbc
Parent:     8c99fdce30787b0d1fc00b907d4cd55a714e4cdd
Author:     Pavel Machek <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 11:45:50 2007 +0200
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Fri Aug 24 18:02:13 2007 -0400

    ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as 
such
    
    Signed-off-by: Pavel Machek <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/thermal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
index 39479b0..7e8f48b 100644
--- a/drivers/acpi/thermal.c
+++ b/drivers/acpi/thermal.c
@@ -1085,9 +1085,9 @@ static int acpi_thermal_add_fs(struct acpi_device *device)
                entry->owner = THIS_MODULE;
        }
 
-       /* 'trip_points' [R/W] */
+       /* 'trip_points' [R] */
        entry = create_proc_entry(ACPI_THERMAL_FILE_TRIP_POINTS,
-                                 S_IFREG | S_IRUGO | S_IWUSR,
+                                 S_IRUGO,
                                  acpi_device_dir(device));
        if (!entry)
                return -ENODEV;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to