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

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

Merge "msm: remote_spinlock: Use smem_get_entry_to_proc()"

parents 80978419 41051078
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -535,7 +535,8 @@ remote_spinlock_dal_init(const char *chunk_name, _remote_spinlock_t *lock)
	if (!chunk_name)
		return -EINVAL;

	dal_smem_start = smem_get_entry(SMEM_DAL_AREA, &dal_smem_size);
	dal_smem_start = smem_get_entry_to_proc(SMEM_DAL_AREA, &dal_smem_size,
							0, SMEM_ANY_HOST_FLAG);
	if (!dal_smem_start)
		return -ENXIO;