Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 328d2fff authored by Karthikeyan Ramasubramanian's avatar Karthikeyan Ramasubramanian Committed by Stephen Boyd
Browse files

msm: qmi: Update the wait-for-response to UNINTERRUPTIBLE



Currently once a QMI request is sent, the wait for the response is
interruptible. Sometimes the wait returns -ERESTARTSYS due to signals or
for reasons other than response reception. Since the interface to send
a QMI request is restricted completely within the kernel-space, the
kernel QMI client is not able to handle -ERESTARTSYS gracefully.

Update the wait-for-response in the interface API to uninterruptible.

CRs-Fixed: 504771
Change-Id: I91262e6a7057b5387adfd4728ba9a6ea7002e5d9
Signed-off-by: default avatarKarthikeyan Ramasubramanian <kramasub@codeaurora.org>
parent 3d65b822
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment