From b4566a78e22b05d6e635e2ffdfe575b3b56cec2c Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 25 Jan 2010 13:44:08 +0800 Subject: [PATCH] ENGR00120405 MX23 BCH:output debug information via pr_debug function Output debug information via pr_debug function Signed-off-by:Jason Liu --- drivers/mtd/nand/gpmi/gpmi-bch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/gpmi/gpmi-bch.c b/drivers/mtd/nand/gpmi/gpmi-bch.c index 6936e5551c5..fc0d866fe92 100644 --- a/drivers/mtd/nand/gpmi/gpmi-bch.c +++ b/drivers/mtd/nand/gpmi/gpmi-bch.c @@ -5,8 +5,8 @@ * * Author: dmitry pervushin * - * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved. + * Copyright 2008-2010 Freescale Semiconductor, Inc. */ /* @@ -281,7 +281,7 @@ static int bch_read(void *context, readsize += state->nands[index].writesize; } - printk(KERN_DEBUG"readsize = %ld, bufmask = 0x%X\n", readsize, bufmask); + pr_debug("readsize = %ld, bufmask = 0x%X\n", readsize, bufmask); bch_reset(context, index); /* wait for ready */