summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
diff options
context:
space:
mode:
authorPiotr Ziecik <kosmo@semihalf.com>2008-11-17 15:57:59 +0100
committerStefan Roese <sr@denx.de>2008-11-24 11:29:53 +0100
commite6a7edbc1778d27431ac663b40a71dafa5d20578 (patch)
tree92c29bd05043e0889e7beac8def0bc0903de6c46 /drivers/mtd/mtdcore.c
parenta5c4067017631d903e1afa6ad615f0ce19fea517 (diff)
downloadblackbird-obmc-uboot-e6a7edbc1778d27431ac663b40a71dafa5d20578.tar.gz
blackbird-obmc-uboot-e6a7edbc1778d27431ac663b40a71dafa5d20578.zip
mtd: Remove a printf() from add_mtd_device().
Remove a printf() from add_mtd_device(), which produces spurious output. Signed-off-by: Piotr Ziecik <kosmo@semihalf.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/mtd/mtdcore.c')
-rw-r--r--drivers/mtd/mtdcore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index 64bd7d4d8a..6eb52ed50c 100644
--- a/drivers/mtd/mtdcore.c
+++ b/drivers/mtd/mtdcore.c
@@ -25,8 +25,6 @@ int add_mtd_device(struct mtd_info *mtd)
mtd->index = i;
mtd->usecount = 0;
- printf("mtd: Giving out device %d to %s\n",
- i, mtd->name);
/* No need to get a refcount on the module containing
the notifier, since we hold the mtd_table_mutex */
OpenPOWER on IntegriCloud