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>
This commit is contained in:
Jason
2010-01-25 13:44:08 +08:00
committed by Matt Sealey
parent 6a73a12e8e
commit b4566a78e2

View File

@@ -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 */