Loading drivers/scsi/ufs/ufs-msm.c +3 −4 Original line number Diff line number Diff line Loading @@ -1829,12 +1829,11 @@ static int msm_ufs_init(struct ufs_hba *hba) msm_ufs_advertise_quirks(hba); if (hba->quirks & UFSHCD_QUIRK_BROKEN_SUSPEND) { /* * During runtime suspend keep the device and the link active * but shut-off the system clocks. During system suspend power * off both link and device. * During suspend keep the device and the link active * but shut-off the system clocks. */ hba->rpm_lvl = UFS_PM_LVL_0; hba->spm_lvl = UFS_PM_LVL_4; hba->spm_lvl = UFS_PM_LVL_0; } else if (hba->quirks & UFSHCD_QUIRK_BROKEN_HIBERN8) { /* Loading Loading
drivers/scsi/ufs/ufs-msm.c +3 −4 Original line number Diff line number Diff line Loading @@ -1829,12 +1829,11 @@ static int msm_ufs_init(struct ufs_hba *hba) msm_ufs_advertise_quirks(hba); if (hba->quirks & UFSHCD_QUIRK_BROKEN_SUSPEND) { /* * During runtime suspend keep the device and the link active * but shut-off the system clocks. During system suspend power * off both link and device. * During suspend keep the device and the link active * but shut-off the system clocks. */ hba->rpm_lvl = UFS_PM_LVL_0; hba->spm_lvl = UFS_PM_LVL_4; hba->spm_lvl = UFS_PM_LVL_0; } else if (hba->quirks & UFSHCD_QUIRK_BROKEN_HIBERN8) { /* Loading