From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 11 Aug 2011 11:27:19 +0200 Subject: [U-Boot] [PATCH 8/9] DM9000: change some printf to use debug instead In-Reply-To: <20110810203340.21204.45508.stgit@shuttle2.etheralp.ch> References: <20110810200828.21204.60050.stgit@shuttle2.etheralp.ch> <20110810203340.21204.45508.stgit@shuttle2.etheralp.ch> Message-ID: <4E43A077.9020408@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/10/2011 10:33 PM, Eric Jarrige wrote: > Signed-off-by: Eric Jarrige > Cc: Ben Warren > --- > drivers/net/dm9000x.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) Hi Eric, > - printf("dm9000 i/o: 0x%x, id: 0x%x \n", CONFIG_DM9000_BASE, > + DM9000_DBG("dm9000 i/o: 0x%x, id: 0x%x \n", CONFIG_DM9000_BASE, > id_val); This is a good choice to get rid of nasty DM9000_DBG replacing it with the general debug() ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================