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)
commit705a76d2d22a2824f45f07d023a380293554e989
treeb28ca167ee7fd5a48fb5c09d2a143d711934a295
parent9166d0f620d5dd4a128711bdeedb3e0f534d9d49
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