From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Doyle Date: Mon, 10 Aug 2015 14:05:53 +0000 Subject: Re: [PATCH] fbcon: unconditionally initialize cursor blink interval Message-Id: List-Id: References: <20150804203250.GA655@amd> In-Reply-To: <20150804203250.GA655@amd> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: Jean-Christophe Plagniol-Villard , Jonathan Liu , Pavel Machek , Thierry Reding , Kevin Hilman , Greg Kroah-Hartman , Jiri Slaby , Geert Uytterhoeven , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, 4 Aug 2015, Pavel Machek wrote: > On Tue 2015-08-04 12:33:32, Scot Doyle wrote: > > 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 > > Signed-off-by: Scot Doyle > > Acked-by: Pavel Machek > Tomi, this one should also go in 4.2 fixes.