]> git.baikalelectronics.ru Git - kernel.git/commit
Input: tsc2007 - fix locking in hrtimer handler
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 11 May 2009 15:36:39 +0000 (08:36 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 11 May 2009 22:35:48 +0000 (15:35 -0700)
commitec08a0fbbd7ad6c72951b16c3cea03bb6e61aa78
treeb28ca167ee7fd5a48fb5c09d2a143d711934a295
parent45234bef5dfe4169285cbae03398933123dc0a0f
Input: tsc2007 - fix locking in hrtimer handler

Now that hrtimers are always running in hard irq context we can't
unconditionally enable interrupts at the end of the timer function.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Kwangwoo Lee <kwangwoo.lee@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/tsc2007.c