commit | 237f1b069a6fa2ebdb4ca8361493a065b1e4783a | [log] [tgz] |
---|---|---|
author | Sree Sesha Aravind Vadrevu <svadrevu@codeaurora.org> | Tue Jul 23 12:44:39 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Aug 28 00:13:31 2013 -0700 |
tree | 4d06d5e41dda5b93ea5ab9cb68154beb97302ae4 | |
parent | b555d94d7c6d8f614b8f7623cd0e0ea803c22669 [diff] |
msm: mdss: Make wait_for_complete calls uninterruptible The wait_for_complete calls in the MDSS driver are associated with an acceptable timeout value which would remove the need for making them interruptible. Also, this prevents unwanted signal interrupts before the call is finished. Change-Id: If4013b0d74bc9f717c4a63d961f2a34753320e87 Signed-off-by: Sree Sesha Aravind Vadrevu <svadrevu@codeaurora.org>