Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05103114 authored by Sarah Sharp's avatar Sarah Sharp
Browse files

Trivial: xhci: Fix copy-paste error.



The xHCI driver will create an xhci_hcd structure, not an ehci_hci
structure.

Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
parent 1b41c832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1356,7 +1356,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;