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

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

Merge "msm: adsprpc: do not vote with PM when CPU is going into suspend"

parents 6d98847e f0d79054
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2243,6 +2243,7 @@ static int fastrpc_internal_invoke(struct fastrpc_file *fl, uint32_t mode,
 wait:
	fastrpc_pm_relax(&wake_enable);
	fastrpc_wait_for_completion(ctx, &interrupted, kernel);
	if (interrupted != -ERESTARTSYS)
		fastrpc_pm_awake(fl->wake_enable, &wake_enable);
	VERIFY(err, 0 == (err = interrupted));
	if (err)