Commit 0e4d22c7 authored by Matthieu Cattin's avatar Matthieu Cattin

sw: Remove printk causing Oops.

parent bf8aea80
......@@ -470,7 +470,6 @@ static int cp210x_ioctl(struct tty_struct *tty,
struct usb_serial_port *port = tty->driver_data;
struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
printk("port %x priv %x cmd %x arg %x %x\n", port->port_number, port_priv->bPartNumber, cmd, (unsigned int)arg, *(unsigned char *)arg);
if(arg == 0)
return -EINVAL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment