mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-25 19:43:49 +08:00
Minor change.
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user