Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325759
b: refs/heads/master
c: d83114e
h: refs/heads/master
i:
  325757: e3464ec
  325755: 18cb952
  325751: 0165828
  325743: da474ae
  325727: 4e0212d
  325695: c4c87b4
  325631: 5c660b6
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent f8fd57c commit 8d713cd
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: 7ac3c93e5dd74486ca4f8f0b02ae55182658d2e5
refs/heads/master: d83114e9754cf5deb3424217ff2f10cace1428e3
2 changes: 1 addition & 1 deletion trunk/drivers/tty/hvc/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ static int hvc_write_room(struct tty_struct *tty)
struct hvc_struct *hp = tty->driver_data;

if (!hp)
return -1;
return 0;

return hp->outbuf_size - hp->n_outbuf;
}
Expand Down

0 comments on commit 8d713cd

Please sign in to comment.