From: Christopher Brannon Date: Fri, 22 Jun 2012 13:16:34 +0000 (-0500) Subject: tty: keyboard.c: Remove locking from vt_get_leds. X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157a4b311c45c9aba75a990464d9680867dc8805;p=pandora-kernel.git tty: keyboard.c: Remove locking from vt_get_leds. There are three call sites for this function, and all three are called within a keyboard handler. kbd_event_lock is already held within keyboard handlers, so attempting to lock it in vt_get_leds causes deadlock. Signed-off-by: Christopher Brannon Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed