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

Commit 0b051753 authored by Ashok Vuyyuru's avatar Ashok Vuyyuru
Browse files

msm: ipa4: Set return value if coalescing frame open



Because of not setting return value in case of coalescing frame
open IPA clock was disabled. Add changes to set retun value
if coalescing frame open.

Change-Id: Id029153d0526fc37fd7b8cf82212b2dc4639f424
Signed-off-by: default avatarAshok Vuyyuru <avuyyuru@codeaurora.org>
parent c8bdb031
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7779,6 +7779,7 @@ int ipa3_suspend_apps_pipes(bool suspend)
		if (tx.coal_slave_open_frame != 0) {
			IPADBG("COAL frame is open 0x%x\n",
				tx.coal_slave_open_frame);
			res = -EAGAIN;
			goto undo_cons;
		}