commit | d0c077f42cb90fbc938af9e77e2eacd4722f427f | [log] [tgz] |
---|---|---|
author | Baruch Eruchimovitch <baruche@codeaurora.org> | Thu May 03 18:38:34 2012 +0300 |
committer | Baruch Eruchimovitch <baruche@codeaurora.org> | Thu May 03 20:25:47 2012 +0300 |
tree | e7cc295bfadc09202c96c87b4b8fe1a831ad7fa8 | |
parent | 7b9aece4898a3cbfebdf5727f45b63d66bc4a4ab [diff] |
msm: ultrasound: enable interrupting of long-time IOCTLs. Some USF driver's IOCTLs are blocked for time, configurable by a caller. Possible issue is the driver release while blocked IOCTL fulfilling. To resolve this issue non-interruptible wait_event_*() functions are replaced by their interruptible peers. Change-Id: I723f3a950e578f5c0e2d8dd4063eadd9bdee6971 Signed-off-by: Baruch Eruchimovitch <baruche@codeaurora.org>