From 30252ec958897d61925a4baf79cd9411a6be0486 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 22 Jul 2008 11:17:32 +0100 Subject: [PATCH] epca: Fix comments and move break The ioctls it talks about are midlayer provided. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- drivers/char/epca.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/char/epca.c b/drivers/char/epca.c index ac9995f..94dca7b 100644 --- a/drivers/char/epca.c +++ b/drivers/char/epca.c @@ -2189,11 +2189,6 @@ static int pc_ioctl(struct tty_struct *tty, struct file *file, bc = ch->brdchan; else return -EINVAL; - /* - * For POSIX compliance we need to add more ioctls. See tty_ioctl.c in - * /usr/src/linux/drivers/char for a good example. In particular think - * about adding TCSETAF, TCSETAW, TCSETA, TCSETSF, TCSETSW, TCSETS. - */ switch (cmd) { case TCSBRK: /* SVID version: non-zero arg --> no break */ retval = tty_check_change(tty); -- 1.8.2.3