|
@@ -6779,7 +6779,7 @@ void ipa3_disable_clks(void)
|
|
*/
|
|
*/
|
|
if (!ipa3_ctx->ipa_config_is_mhi) {
|
|
if (!ipa3_ctx->ipa_config_is_mhi) {
|
|
type = gsi_pending_irq_type();
|
|
type = gsi_pending_irq_type();
|
|
- if (type) {
|
|
|
|
|
|
+ if (type != -EPERM && type) {
|
|
IPAERR("unexpected gsi irq type: %d\n", type);
|
|
IPAERR("unexpected gsi irq type: %d\n", type);
|
|
/* increase ipa3_active_clients for smp2p response */
|
|
/* increase ipa3_active_clients for smp2p response */
|
|
atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
|
|
atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
|