From: Alan Date: Mon, 4 Dec 2006 16:43:01 +0000 (+0000) Subject: usb serial: Eliminate bogus ioctl code X-Git-Tag: v2.6.20-rc2~83^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cff285ae8d21012ad3717e412b0f50066dc061;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed