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) {