diff options
-rw-r--r-- | drivers/usb/serial/oti6858.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/oti6858.c b/drivers/usb/serial/oti6858.c index a3847d6c946e..8acc907a3181 100644 --- a/drivers/usb/serial/oti6858.c +++ b/drivers/usb/serial/oti6858.c | |||
@@ -814,10 +814,6 @@ static int oti6858_ioctl(struct usb_serial_port *port, struct file *file, | |||
814 | __FUNCTION__, port->number, cmd, arg); | 814 | __FUNCTION__, port->number, cmd, arg); |
815 | 815 | ||
816 | switch (cmd) { | 816 | switch (cmd) { |
817 | case TCFLSH: | ||
818 | /* FIXME */ | ||
819 | return 0; | ||
820 | |||
821 | case TIOCMBIS: | 817 | case TIOCMBIS: |
822 | if (copy_from_user(&x, user_arg, sizeof(x))) | 818 | if (copy_from_user(&x, user_arg, sizeof(x))) |
823 | return -EFAULT; | 819 | return -EFAULT; |