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

Commit 3dc72c51 authored by Blagovest Kolenichev's avatar Blagovest Kolenichev
Browse files

Revert "scsi: ufs: Schedule clk gating work on correct queue"



This reverts commit f2470959.

This is a preparation change for merging LTS tag v4.19.2 into
msm-kona branch. Reverted change is discarded due to conflict
with downstream change:

2d8e79c2 ufs: Porting UFS driver's changes from kernel msm-4.14 to msm-kona

Change-Id: Ied54b6446a42e589a450516509177cc3a480a2cf
Signed-off-by: default avatarBlagovest Kolenichev <bkolenichev@codeaurora.org>
parent 7950eb31
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1691,8 +1691,7 @@ static void __ufshcd_release(struct ufs_hba *hba)

	hba->clk_gating.state = REQ_CLKS_OFF;
	trace_ufshcd_clk_gating(dev_name(hba->dev), hba->clk_gating.state);
	queue_delayed_work(hba->clk_gating.clk_gating_workq,
			   &hba->clk_gating.gate_work,
	schedule_delayed_work(&hba->clk_gating.gate_work,
			msecs_to_jiffies(hba->clk_gating.delay_ms));
}