Skip to content

Commit

Permalink
[PATCH] USB: fix ftdi_sio compiler warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jul 12, 2005
1 parent 7e33ae6 commit 16966f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 16966f2

Please sign in to comment.