Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207356
b: refs/heads/master
c: 02f0777
h: refs/heads/master
v: v3
  • Loading branch information
qiaochong authored and Linus Torvalds committed Aug 10, 2010
1 parent 753eb6d commit bc00c32
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a8618a0e8a06f75c6efec2a5477861d704d48b28
refs/heads/master: 02f0777a0d6560eb995aade34a1b82f95c0452da
3 changes: 2 additions & 1 deletion trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,8 @@ static int bind_con_driver(const struct consw *csw, int first, int last,

old_was_color = vc->vc_can_do_color;
vc->vc_sw->con_deinit(vc);
vc->vc_origin = (unsigned long)vc->vc_screenbuf;
if (!vc->vc_origin)
vc->vc_origin = (unsigned long)vc->vc_screenbuf;
visual_init(vc, i, 0);
set_origin(vc);
update_attr(vc);
Expand Down

0 comments on commit bc00c32

Please sign in to comment.