patch-2.1.92 linux/drivers/char/tty_io.c

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

diff -u --recursive --new-file v2.1.91/linux/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -1285,7 +1285,7 @@
 	}
 	if ((tty->driver.type == TTY_DRIVER_TYPE_SERIAL) &&
 	    (tty->driver.subtype == SERIAL_TYPE_CALLOUT)) {
-		printk("Warning, %s opened, is a deprecated tty "
+		printk(KERN_INFO "Warning, %s opened, is a deprecated tty "
 		       "callout device\n", tty_name(tty, buf));
 	}
 	return 0;

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