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

Commit 45a12290 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: return fastrpc ioctl call if process exit sequence start"

parents 899be810 2a98c1c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6062,7 +6062,7 @@ static long fastrpc_device_ioctl(struct file *file, unsigned int ioctl_num,
		goto bail;

	spin_lock(&fl->hlock);
	if (fl->file_close == FASTRPC_PROCESS_EXIT_START) {
	if (fl->file_close >= FASTRPC_PROCESS_EXIT_START) {
		err = -ESHUTDOWN;
		pr_warn("adsprpc: fastrpc_device_release is happening, So not sending any new requests to DSP\n");
		spin_unlock(&fl->hlock);