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)
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>

No differences found