usb serial: Eliminate bogus ioctl code
authorAlan <alan@lxorguk.ukuu.org.uk>
Mon, 4 Dec 2006 16:43:01 +0000 (16:43 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Dec 2006 18:13:23 +0000 (10:13 -0800)
commitb1cff285ae8d21012ad3717e412b0f50066dc061
treed702adfe11a2279e0944fa42d6fb59eb677cbf62
parent337445313ffb7a7e97f408500c7448044d54f921
usb serial: Eliminate bogus ioctl code

Several drivers have bogus ioctl code that tries unneccessarily to
override the standard processing. In the three cases here the actual code
is not only wrong but also not required as they implement the proper
set_termios method as well.

Remove the junk.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cypress_m8.c
drivers/usb/serial/kl5kusb105.c
drivers/usb/serial/mos7840.c