Re: [PATCH 2/2] exynos: mmu: use CONFIG_IS_ENABLED

2021-11-09 Thread Minkyu Kang
2021년 11월 4일 (목) 16:20, Minkyu Kang 님이 작성: > to fix following checkpatch warnings. > Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where > possible > > Signed-off-by: Minkyu Kang > Cc: Dzmitry Sankouski > --- > arch/arm/mach-exynos/mmu-arm64.c | 11 ++- > 1 file changed, 6

Re: [PATCH 2/2] exynos: mmu: use CONFIG_IS_ENABLED

2021-11-08 Thread Jaehoon Chung
On 11/4/21 4:13 PM, Minkyu Kang wrote: > to fix following checkpatch warnings. > Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where > possible > > Signed-off-by: Minkyu Kang > Cc: Dzmitry Sankouski Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > arch/arm/mach-e

[PATCH 2/2] exynos: mmu: use CONFIG_IS_ENABLED

2021-11-04 Thread Minkyu Kang
to fix following checkpatch warnings. Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where possible Signed-off-by: Minkyu Kang Cc: Dzmitry Sankouski --- arch/arm/mach-exynos/mmu-arm64.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-ex