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

Commit ac15d6ec 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 09225885 43545b7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6146,7 +6146,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;
}