Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235395
b: refs/heads/master
c: e4738e2
h: refs/heads/master
i:
  235393: 2ec9d3d
  235391: 9f50e03
v: v3
  • Loading branch information
Huzaifa Sidhpurwala authored and Greg Kroah-Hartman committed Mar 3, 2011
1 parent 97bea2a commit 3fef05d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cd5bb29a42f305c5749571c8cd693fbe69cc28d
refs/heads/master: e4738e29bef8ed9bdd8a0606d0561557b4547649
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/io_edgeport.c
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,6 @@ static int write_cmd_usb(struct edgeport_port *edge_port,
usb_get_serial_data(edge_port->port->serial);
int status = 0;
struct urb *urb;
int timeout;

usb_serial_debug_data(debug, &edge_port->port->dev,
__func__, length, buffer);
Expand Down Expand Up @@ -2376,8 +2375,6 @@ static int write_cmd_usb(struct edgeport_port *edge_port,
return status;
}

/* wait for command to finish */
timeout = COMMAND_TIMEOUT;
#if 0
wait_event(&edge_port->wait_command, !edge_port->commandPending);

Expand Down

0 comments on commit 3fef05d

Please sign in to comment.