Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325800
b: refs/heads/master
c: a816e31
h: refs/heads/master
v: v3
  • Loading branch information
Ying Xue authored and Greg Kroah-Hartman committed Aug 10, 2012
1 parent 72ef7d5 commit 5b2a3a2
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: 1139b4516f3927ae835ed3b0a9c69a0dfaf4cdd4
refs/heads/master: a816e3113b63753c330ca4751ea1d208e93e3015
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ static void ftdi_set_termios(struct tty_struct *tty,

cflag = termios->c_cflag;

if (old_termios == 0)
if (!old_termios)
goto no_skip;

if (old_termios->c_cflag == termios->c_cflag
Expand Down

0 comments on commit 5b2a3a2

Please sign in to comment.