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

Commit 7d7f8753 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 : Remove delay before changing power mode"

parents b1fd2968 81fb5ccf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2059,9 +2059,6 @@ static int ufshcd_config_max_pwr_mode(struct ufs_hba *hba)
	u32 hs_rate = PA_HS_MODE_B;
	int ret;

	if (hba->quirks & UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE)
		msleep(1000);

	/* Get the connected lane count */
	ufshcd_dme_get(hba, UIC_ARG_MIB(PA_CONNECTEDRXDATALANES), &lanes[RX]);
	ufshcd_dme_get(hba, UIC_ARG_MIB(PA_CONNECTEDTXDATALANES), &lanes[TX]);