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

Commit 0a4d142c 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: Trigger runtime-idle in a separate work"

parents 19c73e7a 09460e01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5980,7 +5980,7 @@ static void ufshcd_exception_event_handler(struct work_struct *work)

out:
	ufshcd_scsi_unblock_requests(hba);
	pm_runtime_put_sync(hba->dev);
	pm_runtime_put(hba->dev);
	return;
}