diff options
Diffstat (limited to 'drivers/usb/host/xhci.h')
| -rw-r--r-- | drivers/usb/host/xhci.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 3c8fbd2772e..fb99c837914 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1033,7 +1033,6 @@ struct xhci_transfer_event {  /* Invalid Stream ID Error */  #define COMP_STRID_ERR	34  /* Secondary Bandwidth Error - may be returned by a Configure Endpoint cmd */ -/* FIXME - check for this */  #define COMP_2ND_BW_ERR	35  /* Split Transaction Error */  #define	COMP_SPLIT_ERR	36 @@ -1356,7 +1355,7 @@ static inline unsigned int hcd_index(struct usb_hcd *hcd)  		return 1;  } -/* There is one ehci_hci structure per controller */ +/* There is one xhci_hcd structure per controller */  struct xhci_hcd {  	struct usb_hcd *main_hcd;  	struct usb_hcd *shared_hcd;  |