commit | 2a17d7e80f1df44d6b94c3696d5eda44fe6638a8 | [log] [tgz] |
---|---|---|
author | Scot Doyle <lkml14@scotdoyle.com> | Tue Aug 04 12:33:32 2015 +0000 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Aug 10 17:20:32 2015 +0300 |
tree | 22c9c24c10146dec496cf2bbc2b6a1127a1394ba | |
parent | 37b617f9be527b1f1181e3ff23df4cdbe3e6441f [diff] |
fbcon: unconditionally initialize cursor blink interval A sun7i-a20-olinuxino-micro fails to boot when kernel parameter vt.global_cursor_default=0. The value is copied to vc->vc_deccm causing the initialization of ops->cur_blink_jiffies to be skipped. Unconditionally initialize it. Reported-and-tested-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Scot Doyle <lkml14@scotdoyle.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>