Re: [U-Boot] [PATCH 2/3] mtd: Remove a printf() from add_mtd_device().

2008-11-24 Thread Stefan Roese
On Monday 17 November 2008, Piotr Ziecik wrote: > Remove a printf() from add_mtd_device(), which produces spurious output. > > Signed-off-by: Piotr Ziecik <[EMAIL PROTECTED]> Applied to ubi. Thanks. Best regards, Stefan = DENX S

[U-Boot] [PATCH 2/3] mtd: Remove a printf() from add_mtd_device().

2008-11-17 Thread Piotr Ziecik
Remove a printf() from add_mtd_device(), which produces spurious output. Signed-off-by: Piotr Ziecik <[EMAIL PROTECTED]> --- 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