Commit 2e3ed9ac authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: fix compiler warning in whiteheat driver.

parent c19158f4
......@@ -1132,7 +1132,6 @@ static int firm_send_command (struct usb_serial_port *port, __u8 command, __u8 *
struct usb_serial_port *command_port;
struct whiteheat_command_private *command_info;
struct whiteheat_private *info;
int timeout;
__u8 *transfer_buffer;
int retval = 0;
unsigned long flags;
......
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