diff options
| -rw-r--r-- | drivers/video/console/fbcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 97a0224a0cf0..0f32f4a00b2d 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
| @@ -2405,7 +2405,7 @@ static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch) | |||
| 2405 | update_screen(vc); | 2405 | update_screen(vc); |
| 2406 | } | 2406 | } |
| 2407 | 2407 | ||
| 2408 | if (fbcon_is_inactive(vc, info) || | 2408 | if (mode_switch || fbcon_is_inactive(vc, info) || |
| 2409 | ops->blank_state != FB_BLANK_UNBLANK) | 2409 | ops->blank_state != FB_BLANK_UNBLANK) |
| 2410 | fbcon_del_cursor_timer(info); | 2410 | fbcon_del_cursor_timer(info); |
| 2411 | else | 2411 | else |
