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

Commit 714a9aa7 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: fix unclocked register access during UFS card detection"

parents 91cc743e 2d7e4e83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7864,7 +7864,7 @@ static void ufshcd_card_detect_handler(struct work_struct *work)
			 __func__);
		pm_runtime_get_sync(hba->dev);
		ufshcd_detect_device(hba);
		pm_runtime_put_sync(hba->dev);
		/* ufshcd_probe_hba() calls pm_runtime_put_sync() on exit */
	} else {
		dev_dbg(hba->dev, "%s: card removed notification received\n",
			 __func__);