Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces.
This commit is contained in:
parent
d24bede41c
commit
aba214160a
|
|
@ -545,9 +545,6 @@ static int ec_tty_ioctl(struct tty_struct *tty, struct file *file,
|
|||
}
|
||||
break;
|
||||
|
||||
case TIOCSSERIAL: // TODO
|
||||
break;
|
||||
|
||||
default:
|
||||
#if EC_TTY_DEBUG >= 2
|
||||
printk(KERN_INFO PFX "no ioctl() -> handled by tty core!\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue