Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27158
b: refs/heads/master
c: 26e780e
h: refs/heads/master
v: v3
  • Loading branch information
Malcom Parsons authored and Linus Torvalds committed Jun 8, 2006
1 parent 07c3e4e commit 79770ef
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: 45b35a5ced474b9fbbbfcfd5cf346c432d28d9fd
refs/heads/master: 26e780e8ef1cc3ef581a07aafe2346bb5a07b4f9
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ static int fbcon_scroll(struct vc_data *vc, int t, int b, int dir,
fbcon_redraw_move(vc, p, 0, t, count);
ypan_up_redraw(vc, t, count);
if (vc->vc_rows - b > 0)
fbcon_redraw_move(vc, p, b - count,
fbcon_redraw_move(vc, p, b,
vc->vc_rows - b, b);
} else
fbcon_redraw_move(vc, p, t + count, b - t - count, t);
Expand Down

0 comments on commit 79770ef

Please sign in to comment.