From: Jan Beulich Date: Fri, 17 Jun 2005 20:20:58 +0000 (-0700) Subject: [PATCH] console blanking oops fix X-Git-Tag: v2.6.13-rc1~90^2~583^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc63b1e12b378c44e074571d5688c23be823b04c;p=pandora-kernel.git [PATCH] console blanking oops fix When significant delays happen during boot (e.g. with a kernel debugger, but the problem has also seen in other cases) the timeout for blanking the console may trigger, but the work scheduler may not have been initialized, yet. schedule_work() will oops over the null keventd_wq. Signed-off-by: Jan Beulich Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed