commit | 29fa98bd9b50b5e9c17d99e961640ffafb765d71 | [log] [tgz] |
---|---|---|
author | Ben Nizette <bn@niasdigital.com> | Fri Apr 17 20:35:57 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Apr 17 20:42:00 2009 -0700 |
tree | cc628c458e0f0ddeef8d1308d1e1257636ad8198 | |
parent | e4bd3e591c8cc52ccf7a0b27f33aa7a5a19058d7 [diff] |
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>