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

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

Merge "mmc: sdhci-msm: Avoid leaking kernel address from mmc platform driver"

parents 34bc0fee f3e7fd5a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4199,11 +4199,10 @@ void sdhci_msm_pm_qos_cpu_init(struct sdhci_host *host,
		group->latency = PM_QOS_DEFAULT_VALUE;
		pm_qos_add_request(&group->req, PM_QOS_CPU_DMA_LATENCY,
			group->latency);
		pr_info("%s (): voted for group #%d (mask=0x%lx) latency=%d (0x%p)\n",
		pr_info("%s (): voted for group #%d (mask=0x%lx) latency=%d\n",
			__func__, i,
			group->req.cpus_affine.bits[0],
			group->latency,
			&latency[i].latency[SDHCI_PERFORMANCE_MODE]);
			group->latency);
	}
	msm_host->pm_qos_prev_cpu = -1;
	msm_host->pm_qos_group_enable = true;