removed debug message about submitting urb

svn path=/trunk/; revision=17350
This commit is contained in:
Aleksey Bragin 2005-08-12 20:11:56 +00:00
parent 17cc83e8b5
commit c79bfba64d

View file

@ -982,7 +982,7 @@ static int hcd_submit_urb (struct urb *urb, int mem_flags)
if (!hcd || !dev) if (!hcd || !dev)
return -ENODEV; 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 * FIXME: make urb timeouts be generic, keeping the HCD cores
* as simple as possible. * as simple as possible.