Skip to content

Commit

Permalink
USB: Serial: omninet: Fix compiler warning.
Browse files Browse the repository at this point in the history
I forgot to remove an unused variable.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 0776495 commit d3d6c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/serial/omninet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d3d6c32

Please sign in to comment.