projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[linux-2.6]
/
include
/
linux
/
tty_flip.h
diff --git
a/include/linux/tty_flip.h
b/include/linux/tty_flip.h
index
3154830
..
eb677cf
100644
(file)
--- a/
include/linux/tty_flip.h
+++ b/
include/linux/tty_flip.h
@@
-12,7
+12,7
@@
static inline int tty_insert_flip_char(struct tty_struct *tty,
unsigned char ch, char flag)
{
struct tty_buffer *tb = tty->buf.tail;
- if (tb && tb->
active && tb->
used < tb->size) {
+ if (tb && tb->used < tb->size) {
tb->flag_buf_ptr[tb->used] = flag;
tb->char_buf_ptr[tb->used++] = ch;
return 1;