Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185224
b: refs/heads/master
c: b4fc2ae
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 4d8cfec commit 8608a86
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: 0076b4bec5cffff856ec4a91830c902fbd7870df
refs/heads/master: b4fc2aeef23b4b35809054ddf495f9efdc3ac9d6
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static int serial_write_room(struct tty_struct *tty)
static int serial_chars_in_buffer(struct tty_struct *tty)
{
struct usb_serial_port *port = tty->driver_data;
dbg("%s = port %d", __func__, port->number);
dbg("%s - port %d", __func__, port->number);

/* if the device was unplugged then any remaining characters
fell out of the connector ;) */
Expand Down

0 comments on commit 8608a86

Please sign in to comment.