From dd7f2a9cf087fca639f19b4e02389bf3f0fddeb0 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Fri, 24 Aug 2007 11:45:50 +0200 Subject: [PATCH] --- yaml --- r: 64399 b: refs/heads/master c: 2db9ccba8d4bb8e3aa6d0cd8e7544c5736963bbc h: refs/heads/master i: 64397: c1f3ed3696119e736e9485acf80eb2f5a8bc9c4f 64395: e7ee6c2c38fafaf866c97b08887c577eab9e2324 64391: a9d2bd768a6ee68e6b22e1a8bbfc66aecdfcff28 64383: 72c4e9e8dd8f0005e32bd78bbd8facf4aa18811c v: v3 --- [refs] | 2 +- trunk/drivers/acpi/thermal.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ad17535891d4..b3aa4e190414 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8c99fdce30787b0d1fc00b907d4cd55a714e4cdd +refs/heads/master: 2db9ccba8d4bb8e3aa6d0cd8e7544c5736963bbc diff --git a/trunk/drivers/acpi/thermal.c b/trunk/drivers/acpi/thermal.c index 39479b0befa4..7e8f48b7f9af 100644 --- a/trunk/drivers/acpi/thermal.c +++ b/trunk/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;