Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96015
b: refs/heads/master
c: 63a59fa
h: refs/heads/master
i:
  96013: e160000
  96011: b9cc367
  96007: d46ff86
  95999: 05c4851
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 5, 2008
1 parent f888615 commit 854bab7
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: ab1a852128d6f0677999eecbf6d04bf9f6fe9a9a
refs/heads/master: 63a59fa7a74fccff64dbf7d9230bd9d91bddead4
2 changes: 1 addition & 1 deletion trunk/drivers/char/serial167.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ static int cy_put_char(struct tty_struct *tty, unsigned char ch)
return 0;

if (!info->xmit_buf)
return;
return 0;

local_irq_save(flags);
if (info->xmit_cnt >= PAGE_SIZE - 1) {
Expand Down

0 comments on commit 854bab7

Please sign in to comment.