mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
removed debug message about submitting urb
svn path=/trunk/; revision=17350
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user