Loading drivers/gpu/msm/kgsl.c +2 −0 Original line number Diff line number Diff line Loading @@ -4480,6 +4480,8 @@ kgsl_mmap_memstore(struct kgsl_device *device, struct vm_area_struct *vma) if (vma->vm_flags & VM_WRITE) return -EPERM; vma->vm_flags &= ~VM_MAYWRITE; if (memdesc->size != vma_size) { dev_err(device->dev, "memstore bad size: %d should be %llu\n", Loading Loading
drivers/gpu/msm/kgsl.c +2 −0 Original line number Diff line number Diff line Loading @@ -4480,6 +4480,8 @@ kgsl_mmap_memstore(struct kgsl_device *device, struct vm_area_struct *vma) if (vma->vm_flags & VM_WRITE) return -EPERM; vma->vm_flags &= ~VM_MAYWRITE; if (memdesc->size != vma_size) { dev_err(device->dev, "memstore bad size: %d should be %llu\n", Loading