From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9160 invoked by alias); 4 Sep 2007 16:08:21 -0000 Received: (qmail 9152 invoked by uid 22791); 4 Sep 2007 16:08:21 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS,SUBJ_HAS_UNIQ_ID X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Sep 2007 16:08:17 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1ISawj-0004rg-00; Tue, 04 Sep 2007 18:08:09 +0200 Date: Tue, 04 Sep 2007 16:08:00 -0000 From: Andrew Lunn To: Stephen Finney Cc: ecos-patches@ecos.sourceware.org Subject: Re: proposed patch for bugzilla bug 1000281 Message-ID: <20070904160809.GD15782@lunn.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) X-IsSubscribed: yes Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2007-09/txt/msg00006.txt.bz2 > + stat = get_reg(base, PP_BusStat); > + if( stat & PP_BusStat_TxBid ) > + diag_printf( "cs8900a_send: Bid error!\n" ); Maybe this diag_printf() should be inside a #if DEBUG & 1 Andrew