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

Commit 28682f34 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: add missing lines for PM QoS request"

parents 3b390e58 2360916d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1939,6 +1939,9 @@ static int ufs_qcom_pm_qos_init(struct ufs_qcom_host *host)
		if (ret)
			goto free_groups;

		host->pm_qos.groups[i].req.type = PM_QOS_REQ_AFFINE_CORES;
		host->pm_qos.groups[i].req.cpus_affine =
			host->pm_qos.groups[i].mask;
		host->pm_qos.groups[i].state = PM_QOS_UNVOTED;
		host->pm_qos.groups[i].active_reqs = 0;
		host->pm_qos.groups[i].host = host;