Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[PATCH] USB: fix ftdi_sio compiler warnings

parent 7e33ae67
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */