patch-2.1.44 linux/drivers/char/sysrq.c

Next file: linux/drivers/char/tty_io.c
Previous file: linux/drivers/char/serial.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/drivers/char/sysrq.c linux/drivers/char/sysrq.c
@@ -1,6 +1,6 @@
 /* -*- linux-c -*-
  *
- *	$Id: sysrq.c,v 1.2 1997/05/31 18:33:11 mj Exp $
+ *	$Id: sysrq.c,v 1.3 1997/06/18 09:42:12 mj Exp $
  *
  *	Linux Magic System Request Key Hacks
  *
@@ -112,7 +112,7 @@
 		show_mem();
 		break;
 	case 2 ... 11:					    /* 0-9 -- set console logging level */
-		key -= 2;
+		key--;
 		if (key == 10)
 			key = 0;
 		orig_log_level = key;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov