]> git.baikalelectronics.ru Git - kernel.git/commit
fbcon: initialize blink interval before calling fb_set_par
authorScot Doyle <lkml14@scotdoyle.com>
Fri, 9 Oct 2015 15:08:10 +0000 (15:08 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 05:00:39 +0000 (22:00 -0700)
commit661662d85e395e5f8d6fe5880184bacc4e66708f
treecd185b89595a7f325b136c5b28a10edd82158e56
parente886e616f211ee80b31e285548b60672c8ed5454
fbcon: initialize blink interval before calling fb_set_par

Since commit c1d9fd500bfc7cf334d7757dbe68810f15afb8fd
    fbcon: use the cursor blink interval provided by vt

a PPC64LE kernel fails to boot when fbcon_add_cursor_timer uses an
uninitialized ops->cur_blink_jiffies. Prevent by initializing
in fbcon_init before the call to info->fbops->fb_set_par.

Reported-and-tested-by: Alistair Popple <alistair@popple.id.au>
Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Cc: <stable@vger.kernel.org> [v4.2]
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/fbcon.c