commit | b1cff285ae8d21012ad3717e412b0f50066dc061 | [log] [tgz] |
---|---|---|
author | Alan <alan@lxorguk.ukuu.org.uk> | Mon Dec 04 16:43:01 2006 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 20 10:13:23 2006 -0800 |
tree | d702adfe11a2279e0944fa42d6fb59eb677cbf62 | |
parent | 337445313ffb7a7e97f408500c7448044d54f921 [diff] |
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>