From: Alan Cox Date: Tue, 17 Jul 2012 16:06:41 +0000 (+0100) Subject: vt: fix the keyboard/led locking X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db1ddb725dcd9a2bb32be2b64d0688c3e1c4579;p=pandora-kernel.git vt: fix the keyboard/led locking We touch the LED from both keyboard callback and direct paths. In one case we've got the lock held way up the call chain and in the other we haven't. This leads to complete insanity so fix it by giving the LED bits their own lock. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed