aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/nand/s3c2410.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 91f42e485520..c9726bd2c64a 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -689,7 +689,8 @@ static void s3c2410_nand_update_chip(struct s3c2410_nand_info *info,
689{ 689{
690 struct nand_chip *chip = &nmtd->chip; 690 struct nand_chip *chip = &nmtd->chip;
691 691
692 printk("%s: chip %p: %d\n", __func__, chip, chip->page_shift); 692 dev_dbg(info->device, "chip %p => page shift %d\n",
693 chip, chip->page_shift);
693 694
694 if (hardware_ecc) { 695 if (hardware_ecc) {
695 /* change the behaviour depending on wether we are using 696 /* change the behaviour depending on wether we are using