[PATCH] i8042: fix "debug" parameter sysfs permissions.

From: Dmitry Torokhov
Date: Thu Nov 25 2004 - 01:37:07 EST


The permission bits for the new debug parameter were set incorrectly,
please pull.

--
Dmitry


===================================================================


ChangeSet@xxxxxx, 2004-11-25 00:33:20-05:00, dtor_core@xxxxxxxxxxxxx
Input: i8042 - fix "debug" parameter sysfs permissions.

Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>


i8042.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


===================================================================



diff -Nru a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
--- a/drivers/input/serio/i8042.c 2004-11-25 01:27:15 -05:00
+++ b/drivers/input/serio/i8042.c 2004-11-25 01:27:15 -05:00
@@ -68,7 +68,7 @@
#define DEBUG
#ifdef DEBUG
static int i8042_debug;
-module_param_named(debug, i8042_debug, bool, 600);
+module_param_named(debug, i8042_debug, bool, 0600);
MODULE_PARM_DESC(debug, "Turn i8042 debugging mode on and off");
#endif

-
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/