USB: serial: clean up ioctl debugging
Remove redundant ioctl debugging from subdrivers. The ioctl request code has already been logged by usb-serial core. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
5c6b98dd04
commit
4d5147ec90
@@ -2362,8 +2362,6 @@ static int edge_ioctl(struct tty_struct *tty,
|
||||
struct usb_serial_port *port = tty->driver_data;
|
||||
struct edgeport_port *edge_port = usb_get_serial_port_data(port);
|
||||
|
||||
dev_dbg(&port->dev, "%s - cmd = 0x%x\n", __func__, cmd);
|
||||
|
||||
switch (cmd) {
|
||||
case TIOCGSERIAL:
|
||||
dev_dbg(&port->dev, "%s - TIOCGSERIAL\n", __func__);
|
||||
|
Reference in New Issue
Block a user