Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 957e0e85 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs-msm: enable broken power mode change quirk"

parents f474faa4 0f072903
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1373,7 +1373,8 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
			      | UFSHCD_QUIRK_BROKEN_HIBERN8
			      | UFSHCD_QUIRK_BROKEN_VER_REG_1_1
			      | UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0
			      | UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND);
			      | UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND
			      | UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE);
}

/**