[patch, 2.6.16] fix acpi_video_flags on x86-64

From: Pavel Machek
Date: Wed Mar 01 2006 - 06:19:35 EST


From: Stefan Seyfried <seife@xxxxxxx>

acpi_video_flags variable is unsigned long, so it should be set as
such. This actually matters on x86-64.

Signed-off-by: Stefan Seyfried <seife@xxxxxxx>
Signed-off-by: Pavel Machek <pavel@xxxxxxx>

---
commit 3f517362fe48428b9a9cb4e251238c1abd2d61c2
tree aba0516e64c74ffae6e0b7d6c0d8c95e56c15f46
parent 45979cb3442ad3f79556a0f06b0a4b76a9350860
author <pavel@xxxxxxxxxx> Wed, 01 Mar 2006 12:20:15 +0100
committer <pavel@xxxxxxxxxx> Wed, 01 Mar 2006 12:20:15 +0100

kernel/sysctl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index c05a2b7..92ed3a3 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -663,7 +663,7 @@ static ctl_table kern_table[] = {
.data = &acpi_video_flags,
.maxlen = sizeof (unsigned long),
.mode = 0644,
- .proc_handler = &proc_dointvec,
+ .proc_handler = &proc_doulongvec_minmax,
},
#endif
{ .ctl_name = 0 }

--
Web maintainer for suspend.sf.net (www.sf.net/projects/suspend) wanted...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/