Loading drivers/gpu/msm/kgsl_iommu.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1661,7 +1661,7 @@ static uint64_t _get_unmapped_area_topdown(struct kgsl_pagetable *pagetable, * the bottom of the previous one * the bottom of the previous one */ */ if (offset < end) { if ((end > size) && (offset < end)) { uint64_t chunk = (end - size) & mask; uint64_t chunk = (end - size) & mask; if (chunk >= offset) if (chunk >= offset) Loading Loading
drivers/gpu/msm/kgsl_iommu.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1661,7 +1661,7 @@ static uint64_t _get_unmapped_area_topdown(struct kgsl_pagetable *pagetable, * the bottom of the previous one * the bottom of the previous one */ */ if (offset < end) { if ((end > size) && (offset < end)) { uint64_t chunk = (end - size) & mask; uint64_t chunk = (end - size) & mask; if (chunk >= offset) if (chunk >= offset) Loading