patch-2.4.9 linux/drivers/char/tty_ioctl.c
Next file: linux/drivers/char/vt.c
Previous file: linux/drivers/char/tty_io.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Aug 12 17:37:53 2001
- Orig file:
v2.4.8/linux/drivers/char/tty_ioctl.c
- Orig date:
Wed Mar 15 19:48:06 2000
diff -u --recursive --new-file v2.4.8/linux/drivers/char/tty_ioctl.c linux/drivers/char/tty_ioctl.c
@@ -47,7 +47,7 @@
#ifdef TTY_DEBUG_WAIT_UNTIL_SENT
char buf[64];
- printk("%s wait until sent...\n", tty_name(tty, buf));
+ printk(KERN_DEBUG "%s wait until sent...\n", tty_name(tty, buf));
#endif
if (!tty->driver.chars_in_buffer)
return;
@@ -56,7 +56,7 @@
timeout = MAX_SCHEDULE_TIMEOUT;
do {
#ifdef TTY_DEBUG_WAIT_UNTIL_SENT
- printk("waiting %s...(%d)\n", tty_name(tty, buf),
+ printk(KERN_DEBUG "waiting %s...(%d)\n", tty_name(tty, buf),
tty->driver.chars_in_buffer(tty));
#endif
set_current_state(TASK_INTERRUPTIBLE);
@@ -82,7 +82,7 @@
#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
if (!locked) {
- printk("Warning?!? termios_locked is NULL.\n");
+ printk(KERN_WARNING "Warning?!? termios_locked is NULL.\n");
return;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)