[PATCH] USB ftdi_sio: remove redundant TIOCMBIS and TIOCMBIC code
authorIan Abbott <abbotti@mev.co.uk>
Mon, 20 Jun 2005 16:10:19 +0000 (17:10 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 12 Jul 2005 18:52:55 +0000 (11:52 -0700)
commit7e33ae67815372a93e8e77624fd47e39a986415d
tree12efd319015d15888e6a52a45506cc5254a4763c
parent8f977e4201fcc0bd512eb01e775894e0a9c34a39
[PATCH] USB ftdi_sio: remove redundant TIOCMBIS and TIOCMBIC code

ftdi_sio: Remove redundant handling of TIOCMBIS and TIOCMBIC ioctls
as they are handled in the tty layer and never reach this driver.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c