Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67852
b: refs/heads/master
c: f311cf5
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 3fefc2a commit 8e992d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: f6c1ceaa3844b7a7787816cc97d15b9fea8b0909
refs/heads/master: f311cf58bd04adc683067f8d66daa5925b80f082
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/ark3116.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ static void ark3116_set_termios(struct usb_serial_port *port,

dbg("%s - port %d", __FUNCTION__, port->number);

if (!port->tty || !port->tty->termios) {
dbg("%s - no tty structures", __FUNCTION__);
return;
}

spin_lock_irqsave(&priv->lock, flags);
if (!priv->termios_initialized) {
*(port->tty->termios) = tty_std_termios;
Expand Down

0 comments on commit 8e992d3

Please sign in to comment.