summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <r64343@freescale.com>2010-01-25 13:44:08 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-24 11:50:04 +0200
commitd7f01c4be1211df6aa8843df91600131d231f05f (patch)
treecf23d1f415014fe5abb942655432bf3b736db1a8
parent7d44eab45fe7273d06a4d24d9673e4ffd875e399 (diff)
ENGR00120405 MX23 BCH:output debug information via pr_debug function
Output debug information via pr_debug function Signed-off-by:Jason Liu <r64343@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
-rw-r--r--drivers/mtd/nand/gpmi/gpmi-bch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/gpmi/gpmi-bch.c b/drivers/mtd/nand/gpmi/gpmi-bch.c
index 6936e5551c5b..fc0d866fe924 100644
--- a/drivers/mtd/nand/gpmi/gpmi-bch.c
+++ b/drivers/mtd/nand/gpmi/gpmi-bch.c
@@ -5,8 +5,8 @@
*
* Author: dmitry pervushin <dimka@embeddedalley.com>
*
- * 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 */