Re: [U-Boot] [PATCH 18/18] GCC4.6: Use debug() instead of debugX() in s3c24xx_nand.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535604-20831-19-git-send-email-marek.va...@gmail.com> you wrote: > The debugX() macro was always used with debug level 1. There is no point to > use > it here instead of debug(). > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Simon Glass > Cc: Mike

[U-Boot] [PATCH 18/18] GCC4.6: Use debug() instead of debugX() in s3c24xx_nand.c

2011-10-25 Thread Marek Vasut
The debugX() macro was always used with debug level 1. There is no point to use it here instead of debug(). Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Simon Glass Cc: Mike Frysinger --- drivers/mtd/nand/s3c2410_nand.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-)