Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317047
b: refs/heads/master
c: 40adac8
h: refs/heads/master
i:
  317045: a9e77c4
  317043: 637d527
  317039: 4432668
v: v3
  • Loading branch information
Ben Minerds authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent fcb6240 commit 15d6611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2b982ab177b1698abfde05e3c04d958a65283d63
refs/heads/master: 40adac81432a1e65cc36b09c0c61b48f3fa292cf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static void usa28_indat_callback(struct urb *urb)
p_priv = usb_get_serial_port_data(port);
data = urb->transfer_buffer;

tty =tty_port_tty_get(&port->port);
tty = tty_port_tty_get(&port->port);
if (tty && urb->actual_length) {
tty_insert_flip_string(tty, data, urb->actual_length);
tty_flip_buffer_push(tty);
Expand Down

0 comments on commit 15d6611

Please sign in to comment.