Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67868
b: refs/heads/master
c: c4e4156
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent cd5e22e commit 3ff37ca
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: 6e8fe43b26085a64327d1cbb751ab895f3ad3f5d
refs/heads/master: c4e41562e09961df6ba72b49269793d21c0034dc
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/cp2101.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ static void cp2101_set_termios (struct usb_serial_port *port,

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

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

0 comments on commit 3ff37ca

Please sign in to comment.