Loading drivers/phy/qualcomm/phy-qcom-ufs-qmp-v3-660.c +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ int ufs_qcom_phy_qmp_v3_660_phy_calibrate(struct ufs_qcom_phy *ufs_qcom_phy, tbl_size_B = ARRAY_SIZE(phy_cal_table_rate_B); tbl_B = phy_cal_table_rate_B; if ((major == 0x3) && (minor == 0x001) && (step >= 0x001)) { if ((major == 0x4) && (minor == 0x002) && (step >= 0x000)) { tbl_A = phy_cal_table_rate_A_3_1_1; tbl_size_A = ARRAY_SIZE(phy_cal_table_rate_A_3_1_1); } else { Loading Loading
drivers/phy/qualcomm/phy-qcom-ufs-qmp-v3-660.c +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ int ufs_qcom_phy_qmp_v3_660_phy_calibrate(struct ufs_qcom_phy *ufs_qcom_phy, tbl_size_B = ARRAY_SIZE(phy_cal_table_rate_B); tbl_B = phy_cal_table_rate_B; if ((major == 0x3) && (minor == 0x001) && (step >= 0x001)) { if ((major == 0x4) && (minor == 0x002) && (step >= 0x000)) { tbl_A = phy_cal_table_rate_A_3_1_1; tbl_size_A = ARRAY_SIZE(phy_cal_table_rate_A_3_1_1); } else { Loading