tty/module.c
changeset 1796 3bb9ca8b58f2
parent 1789 058248c47ba0
child 1797 5bf740cd1599
--- 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;