From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 07 May 2010 08:19:27 +0800 Subject: [U-Boot] [PATCH 2/3] mmc: add find_mmc_device_quiet that doesnt print not found message In-Reply-To: <20100506221427.D7496E8AAC9@gemini.denx.de> References: <1271991214-7937-1-git-send-email-thomas@wytron.com.tw> <1272848085-10698-3-git-send-email-thomas@wytron.com.tw> <20100506221427.D7496E8AAC9@gemini.denx.de> Message-ID: <4BE35C8F.1000902@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 Dear Wolfgang, On 05/07/2010 06:14 AM, Wolfgang Denk wrote: > Dear Thomas Chou, > > In message<1272848085-10698-3-git-send-email-thomas@wytron.com.tw> you wrote: > >> We need to query mmc devices in mmc_spi subcommand and don't want >> the "Device not found" message. >> > Your subject line is way too long. > I will resubmit with a shorter subject. > Instead of creating a new function please consider using an argument > instead? > > > I will add an argument, int verbose. Thanks. Best regards, Thomas