Re: [U-Boot] [PATCH 2/3 v2] mmc: control message print in find_mmc_device

2010-05-18 Thread Thomas Chou
Thomas Chou wrote: > An argument, verbose, is added to enable/disable the "Device not > found" message. Because we need to query mmc devices in mmc_spi > subcommand and don't want the message. > Please drop this one. Because I reduced the cmd_mmc_spi.c, so that the query is not needed. - Thomas

[U-Boot] [PATCH 2/3 v2] mmc: control message print in find_mmc_device

2010-05-06 Thread Thomas Chou
An argument, verbose, is added to enable/disable the "Device not found" message. Because we need to query mmc devices in mmc_spi subcommand and don't want the message. Signed-off-by: Thomas Chou --- v2: add an argument instead of add a new func, per Wolfgang. common/cmd_mmc.c |8