diff options
| -rw-r--r-- | drivers/video/console/fbcon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 9dd0fbccf994..35c88bd7ba5e 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
| @@ -275,7 +275,8 @@ static void fb_flashcursor(void *private) | |||
| 275 | 275 | ||
| 276 | if (!vc || !CON_IS_VISIBLE(vc) || | 276 | if (!vc || !CON_IS_VISIBLE(vc) || |
| 277 | fbcon_is_inactive(vc, info) || | 277 | fbcon_is_inactive(vc, info) || |
| 278 | registered_fb[con2fb_map[vc->vc_num]] != info) | 278 | registered_fb[con2fb_map[vc->vc_num]] != info || |
| 279 | vc_cons[ops->currcon].d->vc_deccm != 1) | ||
| 279 | return; | 280 | return; |
| 280 | acquire_console_sem(); | 281 | acquire_console_sem(); |
| 281 | p = &fb_display[vc->vc_num]; | 282 | p = &fb_display[vc->vc_num]; |
