]> asedeno.scripts.mit.edu Git - linux.git/commit
soc: qcom: qmi: Change txn wait to non-interruptible
authorChris Lew <clew@codeaurora.org>
Fri, 22 Feb 2019 02:33:39 +0000 (18:33 -0800)
committerAndy Gross <andy.gross@linaro.org>
Thu, 28 Mar 2019 04:32:26 +0000 (23:32 -0500)
commit9324df5817c01f55fcde24da0da9df2c2f9392ac
tree876af334feb315857610a9bcbbb0f1a794ce3ffd
parent8da3daaa097171edd9658a82bbd3f335bc2e03ad
soc: qcom: qmi: Change txn wait to non-interruptible

Current QMI clients are not userspace facing, if their threads are
signaled, they do not do any signal checking or propagate the
ERESTARTSYS return code up. Remove the interruptible option so clients
can finish their QMI transactions even if the thread is signaled.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Chris Lew <clew@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/qmi_interface.c