diff -r 16c9640493fa -r 3bb9ca8b58f2 tty/module.c --- a/tty/module.c Tue Jan 26 15:01:13 2010 +0100 +++ b/tty/module.c Tue Jan 26 16:43:08 2010 +0100 @@ -502,6 +502,8 @@ #if EC_TTY_DEBUG >= 2 printk(KERN_INFO PFX "%s().\n", __func__); #endif + + // FIXME empty ring buffer } /*****************************************************************************/ @@ -534,7 +536,7 @@ default: #if EC_TTY_DEBUG >= 2 - printk(KERN_INFO PFX "no ioctl()!\n"); + printk(KERN_INFO PFX "no ioctl() -> handled by tty core!\n"); #endif ret = -ENOIOCTLCMD; break;