ANDROID: scsi: ufs: Remove a statement from the MediaTek driver

Remove a statement from the MediaTek driver that is not present in the
upstream code.

Bug: 258234315
Fixes: 239044beef ("Merge 5.15.63 into android14-5.15")
Change-Id: I6379d6a5f10cd6d00c94314995c55c72282e1275
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche
2022-11-08 10:16:53 -08:00
committed by Alistair Delva
parent 01d9b23ec3
commit 54e90464f1

View File

@@ -1230,9 +1230,6 @@ static int ufs_mtk_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
ufs_mtk_host_pwr_ctrl(HOST_PWR_HCI, true, res);
if (hba->ufshcd_state != UFSHCD_STATE_OPERATIONAL)
ufs_mtk_dev_vreg_set_lpm(hba, false);
err = ufs_mtk_mphy_power_on(hba, true);
if (err)
goto fail;