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

Commit 4a22d603 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ADSPRPC: Check for proper pending close operation"

parents cbb06a4a 8344bbd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1935,7 +1935,7 @@ static int fastrpc_device_open(struct inode *inode, struct file *filp)

	if (me->pending_free) {
		event = wait_event_interruptible_timeout(wait_queue,
						me->pending_free, RPC_TIMEOUT);
						!me->pending_free, RPC_TIMEOUT);
		if (event == 0)
			pr_err("timed out..list is still not empty\n");
	}