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)
commitf235f664a8afabccf863a5dee4777d2d7b676fda
treecd185b89595a7f325b136c5b28a10edd82158e56
parentf967fc8f165fadb72166f2bd4785094b3ca21307
fbcon: initialize blink interval before calling fb_set_par

Since commit 27a4c827c34ac4256a190cc9d24607f953c1c459
    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