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

Commit 9a1b15e3 authored by Can Guo's avatar Can Guo
Browse files

phy: qcom-ufs: remove unused variables to avoid Android make fail



This change removes unused variables in function
ufs_qcom_phy_calibrate to avoid Android build make fail.

Change-Id: I48dc723a8a162628527196d18a07e18cf9cf49c5
Signed-off-by: default avatarCan Guo <cang@codeaurora.org>
parent d2f5fc9c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ int ufs_qcom_phy_calibrate(struct ufs_qcom_phy *ufs_qcom_phy,
			   struct ufs_qcom_phy_calibration *tbl_B,
			   int tbl_size_B, bool is_rate_B)
{
	int i;
	int ret = 0;

	if (!tbl_A) {