Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154752
Collapse All | Expand All

(-)linux-2.6.18-r1/drivers/usb/host/ehci-pci.c (+2 lines)
Lines 71-76 Link Here
71
	u32			temp;
71
	u32			temp;
72
	int			retval;
72
	int			retval;
73
73
74
	spin_lock_init(&ehci_lock);
75
74
	ehci->caps = hcd->regs;
76
	ehci->caps = hcd->regs;
75
	ehci->regs = hcd->regs + HC_LENGTH(readl(&ehci->caps->hc_capbase));
77
	ehci->regs = hcd->regs + HC_LENGTH(readl(&ehci->caps->hc_capbase));
76
	dbg_hcs_params(ehci, "reset");
78
	dbg_hcs_params(ehci, "reset");

Return to bug 154752