Commit d3d6c328 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: Serial: omninet: Fix compiler warning.

I forgot to remove an unused variable.
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 07764958
......@@ -162,7 +162,6 @@ static void omninet_read_bulk_callback(struct urb *urb)
struct omninet_header *header = (struct omninet_header *) &data[0];
int status = urb->status;
int result;
int i;
if (status) {
dev_dbg(&port->dev, "%s - nonzero read bulk status received: %d\n",
......
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