Re: [RFC][TTY] callout removal

Andrew Morton (akpm@digeo.com)
Mon, 12 May 2003 23:44:15 -0700


viro@parcelfarce.linux.theplanet.co.uk wrote:
>
> if ((tty->driver.type == TTY_DRIVER_TYPE_SERIAL) &&
> (tty->driver.subtype == SERIAL_TYPE_CALLOUT)) {
> printk("Warning, %s opened, is a deprecated tty "
> "callout device\n", tty_name(tty, buf));

google says that one person hit this in 1998. That's it.

The current message is

printk(KERN_WARNING "tty_io.c: "
"process %d (%s) used obsolete /dev/%s - "
"update software to use /dev/ttyS%d\n",

and google("update software to use") == 201, spread across 1999-2001.

Kill it.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/