Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187759
b: refs/heads/master
c: d9a5f04
h: refs/heads/master
i:
  187757: 7e17b38
  187755: 1acce82
  187751: 8e36cf3
  187743: c203de4
v: v3
  • Loading branch information
Shahar Havivi authored and Jiri Kosina committed Feb 5, 2010
1 parent 3b4e3a0 commit fd1f5f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 7dd607e82d823e40675b0b87f035ff04dcb0b5c0
refs/heads/master: d9a5f04b6a8e0e681ae37fde84016a57ca17371f
4 changes: 0 additions & 4 deletions trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2119,8 +2119,6 @@ static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int co
uint8_t inverse;
uint8_t width;
u16 himask, charmask;
const unsigned char *orig_buf = NULL;
int orig_count;

if (in_interrupt())
return count;
Expand All @@ -2142,8 +2140,6 @@ static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int co
release_console_sem();
return 0;
}
orig_buf = buf;
orig_count = count;

himask = vc->vc_hi_font_mask;
charmask = himask ? 0x1ff : 0xff;
Expand Down

0 comments on commit fd1f5f7

Please sign in to comment.