From c79bfba64dc094dbc57997c61dc73ef263e84334 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 12 Aug 2005 20:11:56 +0000 Subject: [PATCH] removed debug message about submitting urb svn path=/trunk/; revision=17350 --- reactos/drivers/usb/cromwell/core/hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/usb/cromwell/core/hcd.c b/reactos/drivers/usb/cromwell/core/hcd.c index ef9fab4298e..eeba929df20 100644 --- a/reactos/drivers/usb/cromwell/core/hcd.c +++ b/reactos/drivers/usb/cromwell/core/hcd.c @@ -982,7 +982,7 @@ static int hcd_submit_urb (struct urb *urb, int mem_flags) if (!hcd || !dev) return -ENODEV; - printk("submit_urb %p, # %i, t %i\n",urb,urb->dev->devnum,usb_pipetype(urb->pipe)); + //printk("submit_urb %p, # %i, t %i\n",urb,urb->dev->devnum,usb_pipetype(urb->pipe)); /* * FIXME: make urb timeouts be generic, keeping the HCD cores * as simple as possible.