Merge "scsi: ufs-qcom: remove broken hci version quirk"
This commit is contained in:
commit
ed23e3c43b
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ static void ufs_qcom_advertise_quirks(struct ufs_hba *hba)
|
|||
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;
|
||||
|
||||
if (!ufs_qcom_cap_qunipro(host))
|
||||
|
|
Loading…
Add table
Reference in a new issue