Adding the clock reference count back as the clock is not actually disabled in this assert. Change-Id: I6532749bd6ffe36e87e725088e13a11bf4635dbc
@@ -5665,6 +5665,8 @@ void ipa3_disable_clks(void)
type = gsi_pending_irq_type();
if (type) {
IPAERR("unexpected gsi irq type: %d\n", type);
+ /* increase ipa3_active_clients for smp2p response */
+ atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
ipa_assert();
}