All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i8042: fix "debug" parameter sysfs permissions.
@ 2004-11-25  6:33 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2004-11-25  6:33 UTC (permalink / raw)
  To: Vojtech Pavlik; +Cc: LKML

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

-- 
Dmitry


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


ChangeSet@1.1968, 2004-11-25 00:33:20-05:00, dtor_core@ameritech.net
  Input: i8042 - fix "debug" parameter sysfs permissions.
  
  Signed-off-by: Dmitry Torokhov <dtor@mail.ru>


 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
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-25  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-25  6:33 [PATCH] i8042: fix "debug" parameter sysfs permissions Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.