diff --git a/tty/module.c b/tty/module.c index e91d61038a29420a1c0c4ff3f22cb7ae5cc33339..63e2c77d25b7918771ace11e878b877ea76874e8 100644 --- a/tty/module.c +++ b/tty/module.c @@ -502,6 +502,8 @@ static void ec_tty_flush_buffer(struct tty_struct *tty) #if EC_TTY_DEBUG >= 2 printk(KERN_INFO PFX "%s().\n", __func__); #endif + + // FIXME empty ring buffer } /*****************************************************************************/ @@ -534,7 +536,7 @@ static int ec_tty_ioctl(struct tty_struct *tty, struct file *file, 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;