Loading arch/arm/mach-msm/remote_spinlock.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
arch/arm/mach-msm/remote_spinlock.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading