mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
removed debug message about submitting urb
svn path=/trunk/; revision=17350
This commit is contained in:
parent
17cc83e8b5
commit
c79bfba64d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue