* trip points are now read-only, mark them as such
@ 2007-08-24 9:45 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2007-08-24 9:45 UTC (permalink / raw)
To: Andrew Morton, Len Brown, ACPI mailing list
Trip points are now read-only, mark them as such.
Signed-off-by: Pavel Machek <pavel@suse.cz>
---
commit 7359586e3cf03be9370a495a03044677c9594ccd
tree 5d14686cdec78dc9d22be512d71f19247cf2e82f
parent cd48bb0ae3cd70fff68a09b80b3744e5f92cff86
author Pavel <pavel@amd.ucw.cz> Fri, 24 Aug 2007 11:44:14 +0200
committer Pavel <pavel@amd.ucw.cz> Fri, 24 Aug 2007 11:44:14 +0200
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 1e06159..e532b05 100644
--- a/drivers/acpi/thermal.c
+++ b/drivers/acpi/thermal.c
@@ -1067,9 +1067,9 @@ static int acpi_thermal_add_fs(struct ac
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;
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-24 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 9:45 trip points are now read-only, mark them as such Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).