Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux-block.git] / drivers / net / ipa / ipa_smp2p.c
index aeccce9fab7272ac4a292a70e3aa11723f4d1ab2..2f917582c423e6cf88e6bd7a1916f1cfc398dea6 100644 (file)
@@ -90,7 +90,7 @@ static void ipa_smp2p_notify(struct ipa_smp2p *smp2p)
        if (smp2p->notified)
                return;
 
-       smp2p->power_on = pm_runtime_get_if_active(smp2p->ipa->dev, true) > 0;
+       smp2p->power_on = pm_runtime_get_if_active(smp2p->ipa->dev) > 0;
 
        /* Signal whether the IPA power is enabled */
        mask = BIT(smp2p->enabled_bit);