From ed558f123b09295b85edab4e823265d668cec647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 13 Jun 2005 20:45:52 +0000 Subject: [PATCH] Silent some debug messages svn path=/trunk/; revision=15897 --- reactos/drivers/usb/cromwell/core/hub.c | 2 +- reactos/drivers/usb/cromwell/sys/linuxwrapper.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/drivers/usb/cromwell/core/hub.c b/reactos/drivers/usb/cromwell/core/hub.c index dbb91f9d9eb..2c2502b3c10 100644 --- a/reactos/drivers/usb/cromwell/core/hub.c +++ b/reactos/drivers/usb/cromwell/core/hub.c @@ -1019,7 +1019,7 @@ static void hub_events(void) * safe since we delete the hub from the event list. * Not the most efficient, but avoids deadlocks. */ - DPRINT1("hub_events() called\n"); + //DPRINT1("hub_events() called\n"); while (m<5) { m++; diff --git a/reactos/drivers/usb/cromwell/sys/linuxwrapper.c b/reactos/drivers/usb/cromwell/sys/linuxwrapper.c index 3e9b41e455f..bc120ac8144 100644 --- a/reactos/drivers/usb/cromwell/sys/linuxwrapper.c +++ b/reactos/drivers/usb/cromwell/sys/linuxwrapper.c @@ -74,7 +74,7 @@ void init_wrapper(struct pci_dev *probe_dev) void handle_irqs(int irq) { int n; - printk("handle irqs\n"); + //printk("handle irqs\n"); for(n=0;nexpires=0; main_timer_list[n]=NULL; // remove timer - printk("do timer %i fn %p\n",n,function); + //printk("do timer %i fn %p\n",n,function); function(data); } @@ -170,7 +170,7 @@ int my_device_add(struct device *dev) if (m_drivers[n]->probe) { dev->driver=m_drivers[n]; - printk("probe%i %p ",n,m_drivers[n]->probe); + printk("probe%i %p\n",n,m_drivers[n]->probe); if (m_drivers[n]->probe(dev) == 0) {