From: Dmitry Torokhov Date: Sat, 12 Dec 2009 06:00:57 +0000 (-0800) Subject: Input: i8042 - fix locking in interrupt routine X-Git-Tag: v2.6.33-rc1~61^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8d340daac46cec8a0f8b3b0f228274fac913ba;p=pandora-kernel.git Input: i8042 - fix locking in interrupt routine We need to protect not only i8042 status and data register from concurrent access from IRQ 1 and 12 but the rest of the shared state as well, so let's move release of i8042_lock in i8042_interrupt() a little bit further down. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed