Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16721
b: refs/heads/master
c: d354d9a
h: refs/heads/master
i:
  16719: f505c46
v: v3
  • Loading branch information
Knut Petersen authored and Linus Torvalds committed Jan 7, 2006
1 parent ab7d463 commit 071b8bf
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: f9a204e1de73a7007de66fb289e1d64a7665c9b4
refs/heads/master: d354d9afe923eb08f7ee89128b38ddb6415de01d
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ static void fbcon_init(struct vc_data *vc, int init)
*
* We need to do it in fbcon_init() to prevent screen corruption.
*/
if (CON_IS_VISIBLE(vc)) {
if (CON_IS_VISIBLE(vc) && vc->vc_mode == KD_TEXT) {
if (info->fbops->fb_set_par &&
!(ops->flags & FBCON_FLAGS_INIT))
info->fbops->fb_set_par(info);
Expand Down

0 comments on commit 071b8bf

Please sign in to comment.