From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 19 May 2010 12:31:21 +0800 Subject: [U-Boot] [PATCH 2/3 v2] mmc: control message print in find_mmc_device In-Reply-To: <1273193466-7177-1-git-send-email-thomas@wytron.com.tw> References: <20100506221427.D7496E8AAC9@gemini.denx.de> <1273193466-7177-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4BF36999.1000308@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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