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

Commit a62f0625 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 command queuing quirk"

parents e5cad35e 2772e97d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1372,7 +1372,8 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
		hba->quirks |= (UFSHCD_QUIRK_BROKEN_INTR_AGGR
			      | UFSHCD_QUIRK_BROKEN_HIBERN8
			      | UFSHCD_QUIRK_BROKEN_VER_REG_1_1
			      | UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0);
			      | UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0
			      | UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND);
}

/**