commit | 4e66bb7bce8a739766fca8e38d9205f72f001e4f | [log] [tgz] |
---|---|---|
author | Anirudh Ghayal <aghayal@codeaurora.org> | Mon Jan 02 17:04:32 2012 +0530 |
committer | Anirudh Ghayal <aghayal@codeaurora.org> | Tue Jan 03 09:07:02 2012 +0530 |
tree | 91f3b231527fd76d6ab060c5defebf0e46f0da0a | |
parent | 4e566b30e0e6c04038cf08508e5cf233aab94413 [diff] |
drivers: atmel_maxtouch: Fix IRQ handling in a possible race condition Possibility of the IRQ being disabled twice if IRQ hander and the missed interrupt check execute simultaneously. This can case the IRQ to be disabled forever. Change-Id: If1d1cac138727c866dcd99b882b778d4b31b1774 Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>