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

Commit 3c6c05ae authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: clock-pll: Use smem_get_entry_to_proc()"

parents 4871bee0 4d247492
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -536,7 +536,8 @@ void __init msm_shared_pll_control_init(void)

	remote_spin_lock_init(&pll_lock, PLL_REMOTE_SPINLOCK_ID);

	pll_control = smem_get_entry(SMEM_CLKREGIM_SOURCES, &smem_size);
	pll_control = smem_get_entry_to_proc(SMEM_CLKREGIM_SOURCES, &smem_size,
							0, SMEM_ANY_HOST_FLAG);
	if (!pll_control) {
		pr_err("Can't find shared PLL control data structure!\n");
		BUG();