diff options
Diffstat (limited to 'drivers/usb/host/xhci.c')
| -rw-r--r-- | drivers/usb/host/xhci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index ed468eed299c..3c41b14ecce7 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -1271,7 +1271,7 @@ static int xhci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb,  	return usb_hcd_map_urb_for_dma(hcd, urb, mem_flags);  } -/** +/*   * xhci_get_endpoint_index - Used for passing endpoint bitmasks between the core and   * HCDs.  Find the index for an endpoint given its descriptor.  Use the return   * value to right shift 1 for the bitmask.  |