Re: [PATCH v6 20/22] iommu/mediatek: Rename enable_4GB to dram_is_4gb

2019-02-19 Thread Evan Green
On Sun, Feb 17, 2019 at 1:09 AM Yong Wu wrote: > > This patch only rename the variable name from enable_4GB to > dram_is_4gb for readable. > > Signed-off-by: Yong Wu Nice, this is clearer. Reviewed-by: Evan Green ___ iommu mailing list iommu@lists.li

[PATCH v6 20/22] iommu/mediatek: Rename enable_4GB to dram_is_4gb

2019-02-17 Thread Yong Wu
This patch only rename the variable name from enable_4GB to dram_is_4gb for readable. Signed-off-by: Yong Wu --- drivers/iommu/mtk_iommu.c | 10 +- drivers/iommu/mtk_iommu.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/iommu/mtk_iommu.c b/drivers/iommu/