patch-2.1.90 linux/drivers/char/esp.c
Next file: linux/drivers/char/ftape/zftape/zftape-ctl.c
Previous file: linux/drivers/char/apm_bios.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Mar 11 17:37:13 1998
-  Orig file: 
v2.1.89/linux/drivers/char/esp.c
-  Orig date: 
Tue Feb 17 13:12:46 1998
diff -u --recursive --new-file v2.1.89/linux/drivers/char/esp.c linux/drivers/char/esp.c
@@ -1384,7 +1384,7 @@
 #ifdef SERIAL_DEBUG_THROTTLE
 	char	buf[64];
 	
-	printk("throttle %s: %d....\n", _tty_name(tty, buf),
+	printk("throttle %s: %d....\n", tty_name(tty, buf),
 	       tty->ldisc.chars_in_buffer(tty));
 #endif
 
@@ -1406,7 +1406,7 @@
 #ifdef SERIAL_DEBUG_THROTTLE
 	char	buf[64];
 	
-	printk("unthrottle %s: %d....\n", _tty_name(tty, buf),
+	printk("unthrottle %s: %d....\n", tty_name(tty, buf),
 	       tty->ldisc.chars_in_buffer(tty));
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov