Fix a minor problem with what should have been
debug output by changing printk() to dev_dbg()
inside s3c2410_nand_update_chip().

Thanks to David Woodhouse for pointing this out.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

Index: linux-2.6.26-rc3-quilt1/drivers/mtd/nand/s3c2410.c
===================================================================
--- linux-2.6.26-rc3-quilt1.orig/drivers/mtd/nand/s3c2410.c	2008-05-20 17:16:20.000000000 +0100
+++ linux-2.6.26-rc3-quilt1/drivers/mtd/nand/s3c2410.c	2008-05-20 17:23:20.000000000 +0100
@@ -691,7 +691,8 @@ static void s3c2410_nand_update_chip(str
 {
 	struct nand_chip *chip = &nmtd->chip;
 
-	printk("%s: chip %p: %d\n", __func__, chip, chip->page_shift);
+	dev_dbg(info->device, "chip %p => page shift %d\n",
+		chip, chip->page_shift);
 
 	if (hardware_ecc) {
 		/* change the behaviour depending on wether we are using

-- 
Ben (ben@fluff.org, http://www.fluff.org/)

  'a smiley only costs 4 bytes'

