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

Commit 9865448a authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa3: fix uC load notification



This change removes the duplicate call to notify about IPA uC load.
This is already called as part of QMI handshake with modem.

Change-Id: I56fd8f7d6c45547a355acd1e51fc4aac3fe90b15
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 72ee5cb1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2677,8 +2677,6 @@ void ipa3_q6_handshake_complete(bool ssr_bootup)
		 * SSR recovery
		 */
		rmnet_ipa_get_network_stats_and_update();
	} else {
		ipa3_uc_load_notify();
	}
}