Commit 16966f2a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: fix ftdi_sio compiler warnings

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7e33ae67
......@@ -1978,8 +1978,6 @@ static int ftdi_ioctl (struct usb_serial_port *port, struct file * file, unsigne
{
struct ftdi_private *priv = usb_get_serial_port_data(port);
int ret, mask;
dbg("%s cmd 0x%04x", __FUNCTION__, cmd);
/* Based on code from acm.c and others */
......
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