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

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

Merge "adsp: fastrpc: Enable restart notifier for fastrpc application"

parents 6dd037c9 8ebcc9fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1470,6 +1470,9 @@ static int fastrpc_device_open(struct inode *inode, struct file *filp)
		pr_info("'opened /dev/%s c %d %d'\n", gcinfo[cid].name,
						MAJOR(me->dev_no), cid);
	}
	spin_lock(&me->hlock);
	hlist_add_head(&fl->hn, &me->drivers);
	spin_unlock(&me->hlock);

bail:
	mutex_unlock(&me->smd_mutex);