This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

io/pci pci.c: Remove debug message.


2004-01-09 David Vrabel <dvrabel@arcom.com>

	* src/pci.c (cyg_pci_find_device): Remove debug message.
--
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/


________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________
Index: src/pci.c
===================================================================
RCS file: /var/cvs/ecos/packages/io/pci/current/src/pci.c,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -B -p -r1.1.1.3 -r1.2
--- src/pci.c	3 Dec 2003 10:46:22 -0000	1.1.1.3
+++ src/pci.c	9 Jan 2004 16:23:21 -0000	1.2
@@ -558,7 +558,6 @@ cyg_pci_find_device( cyg_uint16 vendor, 
         // Check that device matches.
         if (d == device) {
             *devid = new_devid;
-            diag_printf("Found it!\n");
             return true;
         }
     }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]