commit | ce976fc040d959f6352103885b05034206fd581b | [log] [tgz] |
---|---|---|
author | Naveen Ramaraj <nramaraj@codeaurora.org> | Thu Sep 13 13:44:37 2012 -0700 |
committer | Naveen Ramaraj <nramaraj@codeaurora.org> | Thu Sep 13 14:11:14 2012 -0700 |
tree | 8edd337486bb38f00d051acba549b2c8779486f1 | |
parent | 2466a96c272a7c8ee10b6c9ce1cf0e1813de26b5 [diff] |
msm: ocmem: Use kernel completions instead of wait_event Migrate to the completion API for DM operationial events instead of relying on wait_event_*(). wait_event_*() can return -ERESTARTSYS if a signal is pending instead of waiting and completions are a convenient abstraction for dealing with such conditions. Change-Id: I15352ef23353c505c9f027e847bd673f7a04d925 Signed-off-by: Naveen Ramaraj <nramaraj@codeaurora.org>