]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c93cca597f82e09e71bbf81c43a6b6a26a2ab23
treed702adfe11a2279e0944fa42d6fb59eb677cbf62
parentf03dcf8c41b170b430f9c350a9a3b6753462028a
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