]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/platform/x86/amd/pmc.c
Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel...
[thirdparty/linux.git] / drivers / platform / x86 / amd / pmc.c
index f7bda8a64c95503778d46fd32e32560f9b221037..7d3d080ff174879890e3956d345c98679562b87d 100644 (file)
@@ -571,7 +571,7 @@ static int amd_pmc_idlemask_read(struct amd_pmc_dev *pdev, struct device *dev,
        }
 
        if (dev)
-               dev_dbg(pdev->dev, "SMU idlemask s0i3: 0x%x\n", val);
+               pm_pr_dbg("SMU idlemask s0i3: 0x%x\n", val);
 
        if (s)
                seq_printf(s, "SMU idlemask : 0x%x\n", val);
@@ -808,7 +808,7 @@ static int amd_pmc_verify_czn_rtc(struct amd_pmc_dev *pdev, u32 *arg)
 
        *arg |= (duration << 16);
        rc = rtc_alarm_irq_enable(rtc_device, 0);
-       dev_dbg(pdev->dev, "wakeup timer programmed for %lld seconds\n", duration);
+       pm_pr_dbg("wakeup timer programmed for %lld seconds\n", duration);
 
        return rc;
 }