Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199849
b: refs/heads/master
c: 962400e
h: refs/heads/master
i:
  199847: 9d081eb
v: v3
  • Loading branch information
Frank Pan authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 6b124d3 commit 54ba0a9
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: fadf34f0f05ca5ea02ffcd89544cd372bbdb739b
refs/heads/master: 962400e8fd29981a7b166e463dd143b6ac6a3e76
2 changes: 1 addition & 1 deletion trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static void scrup(struct vc_data *vc, unsigned int t, unsigned int b, int nr)
d = (unsigned short *)(vc->vc_origin + vc->vc_size_row * t);
s = (unsigned short *)(vc->vc_origin + vc->vc_size_row * (t + nr));
scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row);
scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char,
scr_memsetw(d + (b - t - nr) * vc->vc_size_row, vc->vc_video_erase_char,
vc->vc_size_row * nr);
}

Expand Down

0 comments on commit 54ba0a9

Please sign in to comment.