mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix bus pointer for initial device
svn path=/trunk/; revision=15441
This commit is contained in:
parent
b2eee5bb0e
commit
8d1c8a184f
1 changed files with 1 additions and 0 deletions
|
@ -2271,6 +2271,7 @@ static int __devinit uhci_start(struct usb_hcd *hcd)
|
||||||
err("unable to allocate root hub");
|
err("unable to allocate root hub");
|
||||||
goto err_alloc_root_hub;
|
goto err_alloc_root_hub;
|
||||||
}
|
}
|
||||||
|
hcd->pdev->bus = udev; /* Fix bus pointer for initial device */
|
||||||
|
|
||||||
uhci->term_td = uhci_alloc_td(uhci, udev);
|
uhci->term_td = uhci_alloc_td(uhci, udev);
|
||||||
if (!uhci->term_td) {
|
if (!uhci->term_td) {
|
||||||
|
|
Loading…
Reference in a new issue