diff options
| -rw-r--r-- | drivers/gpu/drm/msm/msm_iommu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_iommu.c b/drivers/gpu/drm/msm/msm_iommu.c index 92b745986231..198ed848fec7 100644 --- a/drivers/gpu/drm/msm/msm_iommu.c +++ b/drivers/gpu/drm/msm/msm_iommu.c @@ -110,7 +110,7 @@ static int msm_iommu_unmap(struct msm_mmu *mmu, uint32_t iova,  		VERB("unmap[%d]: %08x(%x)", i, iova, bytes); -		BUG_ON(!IS_ALIGNED(bytes, PAGE_SIZE)); +		BUG_ON(!PAGE_ALIGNED(bytes));  		da += bytes;  	}  | 
