projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c99fdc
)
ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as such
author
Pavel Machek
<pavel@ucw.cz>
Fri, 24 Aug 2007 09:45:50 +0000
(11:45 +0200)
committer
Len Brown
<len.brown@intel.com>
Fri, 24 Aug 2007 22:02:13 +0000
(18:02 -0400)
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/thermal.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/thermal.c
b/drivers/acpi/thermal.c
index 39479b0befa4642bce02d27ba81d39e54586aeac..7e8f48b7f9afbf61f15e5a997253ff792077d023 100644
(file)
--- 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_I
FREG | S_IRUGO | S_IWUSR
,
+ S_I
RUGO
,
acpi_device_dir(device));
if (!entry)
return -ENODEV;