mfd: rtsx: Configure to enter a deeper power-saving mode in S3
[linux-block.git] / drivers / mfd / rtsx_pcr.c
index ffd393c06d344e37920b956a3d88c32b7917f09d..29932a019fdf94c86248e60109c04e5cabef3b2c 100644 (file)
@@ -939,7 +939,7 @@ static void rtsx_pci_power_off(struct rtsx_pcr *pcr, u8 pm_state)
        rtsx_pci_write_register(pcr, HOST_SLEEP_STATE, 0x03, pm_state);
 
        if (pcr->ops->force_power_down)
-               pcr->ops->force_power_down(pcr);
+               pcr->ops->force_power_down(pcr, pm_state);
 }
 
 static int rtsx_pci_init_hw(struct rtsx_pcr *pcr)