[patch, 2.6.16] fix acpi_video_flags on x86-64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Stefan Seyfried <[email protected]>

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 <[email protected]>
Signed-off-by: Pavel Machek <[email protected]>

---
commit 3f517362fe48428b9a9cb4e251238c1abd2d61c2
tree aba0516e64c74ffae6e0b7d6c0d8c95e56c15f46
parent 45979cb3442ad3f79556a0f06b0a4b76a9350860
author <[email protected]> Wed, 01 Mar 2006 12:20:15 +0100
committer <[email protected]> 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux