Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27040
b: refs/heads/master
c: 308af92
h: refs/heads/master
v: v3
  • Loading branch information
David Hollister authored and Linus Torvalds committed May 31, 2006
1 parent 73aa7e0 commit 64e0416
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: 6855a3a6c3ab611c3a393be846c1e36120033b18
refs/heads/master: 308af9290ad1844c1b4e93ff4919f8009efbe018
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@ static int fbcon_scrolldelta(struct vc_data *vc, int lines)
scr_memcpyw((u16 *) q, (u16 *) p,
vc->vc_size_row);
}
softback_in = p;
softback_in = softback_curr = p;
update_region(vc, vc->vc_origin,
logo_lines * vc->vc_cols);
}
Expand Down

0 comments on commit 64e0416

Please sign in to comment.