[U-Boot] [PATCH 2/3] mtd: Remove a printf() from add_mtd_device().
Piotr Ziecik
kosmo at semihalf.com
Mon Nov 17 15:57:59 CET 2008
Remove a printf() from add_mtd_device(), which produces spurious output.
Signed-off-by: Piotr Ziecik <kosmo at semihalf.com>
---
drivers/mtd/mtdcore.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index 64bd7d4..6eb52ed 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 */
--
1.5.6.1
More information about the U-Boot
mailing list