Skip to content
Snippets Groups Projects
Commit e6a7edbc authored by Piotr Ziecik's avatar Piotr Ziecik Committed by Stefan Roese
Browse files

mtd: Remove a printf() from add_mtd_device().


Remove a printf() from add_mtd_device(), which produces spurious output.

Signed-off-by: default avatarPiotr Ziecik <kosmo@semihalf.com>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent a5c40670
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment