Re: [PATCH] soc: qcom: qmi: Change txn wait to non-interruptible

2019-03-06 Thread Bjorn Andersson
On Thu 21 Feb 18:33 PST 2019, Chris Lew wrote: > 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 t

[PATCH] soc: qcom: qmi: Change txn wait to non-interruptible

2019-02-21 Thread Chris Lew
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. Signed-off-by: Chris Lew --- d