Merge "scsi: ufs-qcom: remove broken hci version quirk"

This commit is contained in:
Linux Build Service Account 2017-05-16 06:49:37 -07:00 committed by Gerrit - the friendly Code Review server
commit ed23e3c43b

View file

@ -1497,7 +1497,7 @@ static void ufs_qcom_advertise_quirks(struct ufs_hba *hba)
hba->quirks |= UFSHCD_QUIRK_BROKEN_LCC; hba->quirks |= UFSHCD_QUIRK_BROKEN_LCC;
} }
if (host->hw_ver.major >= 0x2) { if (host->hw_ver.major == 0x2) {
hba->quirks |= UFSHCD_QUIRK_BROKEN_UFS_HCI_VERSION; hba->quirks |= UFSHCD_QUIRK_BROKEN_UFS_HCI_VERSION;
if (!ufs_qcom_cap_qunipro(host)) if (!ufs_qcom_cap_qunipro(host))