Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38346
b: refs/heads/master
c: d321765
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Oct 4, 2006
1 parent 97d0016 commit caa88d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b3218a79aa3d58b975b066c300153a8520f7051c
refs/heads/master: d321765f7cbc2dc0683374c91bb3720d57331d37
4 changes: 2 additions & 2 deletions trunk/drivers/char/serial167.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ cy_put_char(struct tty_struct *tty, unsigned char ch)
if (serial_paranoia_check(info, tty->name, "cy_put_char"))
return;

if (!tty || !info->xmit_buf)
if (!info->xmit_buf)
return;

local_irq_save(flags);
Expand Down Expand Up @@ -1187,7 +1187,7 @@ cy_write(struct tty_struct * tty,
return 0;
}

if (!tty || !info->xmit_buf){
if (!info->xmit_buf){
return 0;
}

Expand Down

0 comments on commit caa88d9

Please sign in to comment.