Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119537
b: refs/heads/master
c: bca404a
h: refs/heads/master
i:
  119535: 4a8db40
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Linus Torvalds committed Dec 2, 2008
1 parent ddfb5d4 commit ee79eed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 03801553630c4bec6682108800c9b2de64bdbd37
refs/heads/master: bca404afdc5206c3bb30168315ee8a98a579ec65
9 changes: 3 additions & 6 deletions trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2389,16 +2389,13 @@ static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch)

if (!fbcon_is_inactive(vc, info)) {
if (ops->blank_state != blank) {
int ret = 1;

ops->blank_state = blank;
fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW);
ops->cursor_flash = (!blank);

if (info->fbops->fb_blank)
ret = info->fbops->fb_blank(blank, info);
if (ret)
fbcon_generic_blank(vc, info, blank);
if (!(info->flags & FBINFO_MISC_USEREVENT))
if (fb_blank(info, blank))
fbcon_generic_blank(vc, info, blank);
}

if (!blank)
Expand Down

0 comments on commit ee79eed

Please sign in to comment.