summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ucb1400_ts.c
diff options
context:
space:
mode:
authorBen Nizette <bn@niasdigital.com>2009-04-17 20:35:57 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-04-17 20:42:00 -0700
commit29fa98bd9b50b5e9c17d99e961640ffafb765d71 (patch)
treecc628c458e0f0ddeef8d1308d1e1257636ad8198 /drivers/input/touchscreen/ucb1400_ts.c
parente4bd3e591c8cc52ccf7a0b27f33aa7a5a19058d7 (diff)
downloadlinux-29fa98bd9b50b5e9c17d99e961640ffafb765d71.tar.bz2
Input: tsc2007 - use disable_irq_nosync() in irq handler
disable_irq() waits for all running handlers to complete before returning. As such, if it's used to disable an interrupt from that interrupt's handler it will deadlock. This replaces the dangerous instances with the _nosync() variant which doesn't have this problem. Signed-off-by: Ben Nizette <bn@niasdigital.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/ucb1400_ts.c')
0 files changed, 0 insertions, 0 deletions