Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107676
b: refs/heads/master
c: c213ddf
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Aug 5, 2008
1 parent 02f92da commit 6fc5ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efc491814308f89d5ef6c4fe19ae4552a67d4132
refs/heads/master: c213ddf330e29f9d141705444dc45683adbb99b0
3 changes: 3 additions & 0 deletions trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,9 @@ static void fbcon_clear(struct vc_data *vc, int sy, int sx, int height,
if (!height || !width)
return;

if (sy < vc->vc_top && vc->vc_top == logo_lines)
vc->vc_top = 0;

/* Split blits that cross physical y_wrap boundary */

y_break = p->vrows - p->yscroll;
Expand Down

0 comments on commit 6fc5ddf

Please sign in to comment.